[Snyk] Upgrade jquery-ui from 1.14.0 to 1.14.1 #15868
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
2a21cce4f5
commit
85c1b0ec57
6 changed files with 332 additions and 198 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -23,7 +23,7 @@
|
|||
"ekko-lightbox": "^5.1.1",
|
||||
"imagemin": "^8.0.1",
|
||||
"jquery-slimscroll": "^1.3.8",
|
||||
"jquery-ui": "^1.14.0",
|
||||
"jquery-ui": "^1.14.1",
|
||||
"jquery-validation": "^1.21.0",
|
||||
"jquery.iframe-transport": "^1.0.0",
|
||||
"jspdf-autotable": "^3.8.4",
|
||||
|
@ -7066,9 +7066,9 @@
|
|||
"license": "BSD-2-Clause"
|
||||
},
|
||||
"node_modules/jquery-ui": {
|
||||
"version": "1.14.0",
|
||||
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.14.0.tgz",
|
||||
"integrity": "sha512-mPfYKBoRCf0MzaT2cyW5i3IuZ7PfTITaasO5OFLAQxrHuI+ZxruPa+4/K1OMNT8oElLWGtIxc9aRbyw20BKr8g==",
|
||||
"version": "1.14.1",
|
||||
"resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.14.1.tgz",
|
||||
"integrity": "sha512-DhzsYH8VeIvOaxwi+B/2BCsFFT5EGjShdzOcm5DssWjtcpGWIMsn66rJciDA6jBruzNiLf1q0KvwMoX1uGNvnQ==",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.12.0 <5.0.0"
|
||||
}
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"ekko-lightbox": "^5.1.1",
|
||||
"imagemin": "^8.0.1",
|
||||
"jquery-slimscroll": "^1.3.8",
|
||||
"jquery-ui": "^1.14.0",
|
||||
"jquery-ui": "^1.14.1",
|
||||
"jquery-validation": "^1.21.0",
|
||||
"jquery.iframe-transport": "^1.0.0",
|
||||
"jspdf-autotable": "^3.8.4",
|
||||
|
|
|
@ -4047,7 +4047,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|||
|
||||
$.ui = $.ui || {};
|
||||
|
||||
return $.ui.version = "1.14.0";
|
||||
return $.ui.version = "1.14.1";
|
||||
|
||||
} );
|
||||
|
||||
|
@ -4061,7 +4061,7 @@ return $.ui.version = "1.14.0";
|
|||
/***/ ((module, exports, __webpack_require__) => {
|
||||
|
||||
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
||||
* jQuery UI Widget 1.14.0
|
||||
* jQuery UI Widget 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -4117,6 +4117,9 @@ $.widget = function( name, base, prototype ) {
|
|||
|
||||
var namespace = name.split( "." )[ 0 ];
|
||||
name = name.split( "." )[ 1 ];
|
||||
if ( name === "__proto__" || name === "constructor" ) {
|
||||
return $.error( "Invalid widget name: " + name );
|
||||
}
|
||||
var fullName = namespace + "-" + name;
|
||||
|
||||
if ( !prototype ) {
|
||||
|
|
|
@ -12707,7 +12707,7 @@ return Tether;
|
|||
|
||||
}));
|
||||
|
||||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-patch.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js
|
||||
* Copyright OpenJS Foundation and other contributors; Licensed MIT */
|
||||
|
@ -12729,11 +12729,11 @@ return Tether;
|
|||
|
||||
$.ui = $.ui || {};
|
||||
|
||||
var version = $.ui.version = "1.14.0";
|
||||
var version = $.ui.version = "1.14.1";
|
||||
|
||||
|
||||
/*!
|
||||
* jQuery UI Widget 1.14.0
|
||||
* jQuery UI Widget 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -12776,6 +12776,9 @@ $.widget = function( name, base, prototype ) {
|
|||
|
||||
var namespace = name.split( "." )[ 0 ];
|
||||
name = name.split( "." )[ 1 ];
|
||||
if ( name === "__proto__" || name === "constructor" ) {
|
||||
return $.error( "Invalid widget name: " + name );
|
||||
}
|
||||
var fullName = namespace + "-" + name;
|
||||
|
||||
if ( !prototype ) {
|
||||
|
@ -13475,7 +13478,7 @@ var widget = $.widget;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Position 1.14.0
|
||||
* jQuery UI Position 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -13972,7 +13975,7 @@ var position = $.ui.position;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI :data 1.14.0
|
||||
* jQuery UI :data 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -13995,7 +13998,7 @@ var data = $.extend( $.expr.pseudos, {
|
|||
} );
|
||||
|
||||
/*!
|
||||
* jQuery UI Disable Selection 1.14.0
|
||||
* jQuery UI Disable Selection 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -14715,7 +14718,7 @@ colors = jQuery.Color.names = {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects 1.14.0
|
||||
* jQuery UI Effects 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -15078,7 +15081,7 @@ if ( $.uiBackCompat === true ) {
|
|||
}
|
||||
|
||||
$.extend( $.effects, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
|
||||
define: function( name, mode, effect ) {
|
||||
if ( !effect ) {
|
||||
|
@ -15646,7 +15649,7 @@ var effect = $.effects;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Blind 1.14.0
|
||||
* jQuery UI Effects Blind 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -15701,7 +15704,7 @@ var effectsEffectBlind = $.effects.define( "blind", "hide", function( options, d
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Bounce 1.14.0
|
||||
* jQuery UI Effects Bounce 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -15796,7 +15799,7 @@ var effectsEffectBounce = $.effects.define( "bounce", function( options, done )
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Clip 1.14.0
|
||||
* jQuery UI Effects Clip 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -15846,7 +15849,7 @@ var effectsEffectClip = $.effects.define( "clip", "hide", function( options, don
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Drop 1.14.0
|
||||
* jQuery UI Effects Drop 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -15900,7 +15903,7 @@ var effectsEffectDrop = $.effects.define( "drop", "hide", function( options, don
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Explode 1.14.0
|
||||
* jQuery UI Effects Explode 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -15996,7 +15999,7 @@ var effectsEffectExplode = $.effects.define( "explode", "hide", function( option
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Fade 1.14.0
|
||||
* jQuery UI Effects Fade 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16028,7 +16031,7 @@ var effectsEffectFade = $.effects.define( "fade", "toggle", function( options, d
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Fold 1.14.0
|
||||
* jQuery UI Effects Fold 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16102,7 +16105,7 @@ var effectsEffectFold = $.effects.define( "fold", "hide", function( options, don
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Highlight 1.14.0
|
||||
* jQuery UI Effects Highlight 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16144,7 +16147,7 @@ var effectsEffectHighlight = $.effects.define( "highlight", "show", function( op
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Size 1.14.0
|
||||
* jQuery UI Effects Size 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16322,7 +16325,7 @@ var effectsEffectSize = $.effects.define( "size", function( options, done ) {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Scale 1.14.0
|
||||
* jQuery UI Effects Scale 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16362,7 +16365,7 @@ var effectsEffectScale = $.effects.define( "scale", function( options, done ) {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Puff 1.14.0
|
||||
* jQuery UI Effects Puff 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16388,7 +16391,7 @@ var effectsEffectPuff = $.effects.define( "puff", "hide", function( options, don
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Pulsate 1.14.0
|
||||
* jQuery UI Effects Pulsate 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16437,7 +16440,7 @@ var effectsEffectPulsate = $.effects.define( "pulsate", "show", function( option
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Shake 1.14.0
|
||||
* jQuery UI Effects Shake 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16496,7 +16499,7 @@ var effectsEffectShake = $.effects.define( "shake", function( options, done ) {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Slide 1.14.0
|
||||
* jQuery UI Effects Slide 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16557,7 +16560,7 @@ var effectsEffectSlide = $.effects.define( "slide", "show", function( options, d
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Transfer 1.14.0
|
||||
* jQuery UI Effects Transfer 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16582,7 +16585,7 @@ var effectsEffectTransfer = effect;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Focusable 1.14.0
|
||||
* jQuery UI Focusable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16645,7 +16648,7 @@ var focusable = $.ui.focusable;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Form Reset Mixin 1.14.0
|
||||
* jQuery UI Form Reset Mixin 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16707,7 +16710,7 @@ var formResetMixin = $.ui.formResetMixin = {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Legacy jQuery Core patches 1.14.0
|
||||
* jQuery UI Legacy jQuery Core patches 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16749,7 +16752,7 @@ if ( !$.fn.even || !$.fn.odd ) {
|
|||
|
||||
;
|
||||
/*!
|
||||
* jQuery UI Keycode 1.14.0
|
||||
* jQuery UI Keycode 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16784,7 +16787,7 @@ var keycode = $.ui.keyCode = {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Labels 1.14.0
|
||||
* jQuery UI Labels 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16838,7 +16841,7 @@ var labels = $.fn.labels = function() {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Scroll Parent 1.14.0
|
||||
* jQuery UI Scroll Parent 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16872,7 +16875,7 @@ var scrollParent = $.fn.scrollParent = function( includeHidden ) {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Tabbable 1.14.0
|
||||
* jQuery UI Tabbable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16896,7 +16899,7 @@ var tabbable = $.extend( $.expr.pseudos, {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Unique ID 1.14.0
|
||||
* jQuery UI Unique ID 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16934,7 +16937,7 @@ var uniqueId = $.fn.extend( {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Accordion 1.14.0
|
||||
* jQuery UI Accordion 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16955,7 +16958,7 @@ var uniqueId = $.fn.extend( {
|
|||
|
||||
|
||||
var widgetsAccordion = $.widget( "ui.accordion", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
active: 0,
|
||||
animate: {},
|
||||
|
@ -17536,7 +17539,7 @@ var widgetsAccordion = $.widget( "ui.accordion", {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Menu 1.14.0
|
||||
* jQuery UI Menu 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -17555,7 +17558,7 @@ var widgetsAccordion = $.widget( "ui.accordion", {
|
|||
|
||||
|
||||
var widgetsMenu = $.widget( "ui.menu", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<ul>",
|
||||
delay: 300,
|
||||
options: {
|
||||
|
@ -18227,7 +18230,7 @@ var widgetsMenu = $.widget( "ui.menu", {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Autocomplete 1.14.0
|
||||
* jQuery UI Autocomplete 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -18246,7 +18249,7 @@ var widgetsMenu = $.widget( "ui.menu", {
|
|||
|
||||
|
||||
$.widget( "ui.autocomplete", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<input>",
|
||||
options: {
|
||||
appendTo: null,
|
||||
|
@ -18846,7 +18849,7 @@ var widgetsAutocomplete = $.ui.autocomplete;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Controlgroup 1.14.0
|
||||
* jQuery UI Controlgroup 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -18867,7 +18870,7 @@ var widgetsAutocomplete = $.ui.autocomplete;
|
|||
var controlgroupCornerRegex = /ui-corner-([a-z]){2,6}/g;
|
||||
|
||||
var widgetsControlgroup = $.widget( "ui.controlgroup", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<div>",
|
||||
options: {
|
||||
direction: "horizontal",
|
||||
|
@ -19131,7 +19134,7 @@ var widgetsControlgroup = $.widget( "ui.controlgroup", {
|
|||
} );
|
||||
|
||||
/*!
|
||||
* jQuery UI Checkboxradio 1.14.0
|
||||
* jQuery UI Checkboxradio 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -19151,7 +19154,7 @@ var widgetsControlgroup = $.widget( "ui.controlgroup", {
|
|||
|
||||
|
||||
$.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
disabled: null,
|
||||
label: null,
|
||||
|
@ -19402,7 +19405,7 @@ var widgetsCheckboxradio = $.ui.checkboxradio;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Button 1.14.0
|
||||
* jQuery UI Button 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -19421,7 +19424,7 @@ var widgetsCheckboxradio = $.ui.checkboxradio;
|
|||
|
||||
|
||||
$.widget( "ui.button", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<button>",
|
||||
options: {
|
||||
classes: {
|
||||
|
@ -19828,7 +19831,7 @@ var widgetsButton = $.ui.button;
|
|||
|
||||
/* eslint-disable max-len, camelcase */
|
||||
/*!
|
||||
* jQuery UI Datepicker 1.14.0
|
||||
* jQuery UI Datepicker 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -19846,7 +19849,7 @@ var widgetsButton = $.ui.button;
|
|||
//>>css.theme: ../../themes/base/theme.css
|
||||
|
||||
|
||||
$.extend( $.ui, { datepicker: { version: "1.14.0" } } );
|
||||
$.extend( $.ui, { datepicker: { version: "1.14.1" } } );
|
||||
|
||||
var datepicker_instActive;
|
||||
|
||||
|
@ -22040,13 +22043,13 @@ $.fn.datepicker = function( options ) {
|
|||
$.datepicker = new Datepicker(); // singleton instance
|
||||
$.datepicker.initialized = false;
|
||||
$.datepicker.uuid = new Date().getTime();
|
||||
$.datepicker.version = "1.14.0";
|
||||
$.datepicker.version = "1.14.1";
|
||||
|
||||
var widgetsDatepicker = $.datepicker;
|
||||
|
||||
|
||||
/*!
|
||||
* jQuery UI Mouse 1.14.0
|
||||
* jQuery UI Mouse 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -22066,7 +22069,7 @@ $( document ).on( "mouseup", function() {
|
|||
} );
|
||||
|
||||
var widgetsMouse = $.widget( "ui.mouse", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
cancel: "input, textarea, button, select, option",
|
||||
distance: 1,
|
||||
|
@ -22284,7 +22287,7 @@ var plugin = $.ui.plugin = {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Draggable 1.14.0
|
||||
* jQuery UI Draggable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -22301,7 +22304,7 @@ var plugin = $.ui.plugin = {
|
|||
|
||||
|
||||
$.widget( "ui.draggable", $.ui.mouse, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
widgetEventPrefix: "drag",
|
||||
options: {
|
||||
addClasses: true,
|
||||
|
@ -23519,7 +23522,7 @@ var widgetsDraggable = $.ui.draggable;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Resizable 1.14.0
|
||||
* jQuery UI Resizable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -23538,7 +23541,7 @@ var widgetsDraggable = $.ui.draggable;
|
|||
|
||||
|
||||
$.widget( "ui.resizable", $.ui.mouse, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
widgetEventPrefix: "resize",
|
||||
options: {
|
||||
alsoResize: false,
|
||||
|
@ -23579,12 +23582,18 @@ $.widget( "ui.resizable", $.ui.mouse, {
|
|||
|
||||
_hasScroll: function( el, a ) {
|
||||
|
||||
if ( $( el ).css( "overflow" ) === "hidden" ) {
|
||||
var scroll,
|
||||
has = false,
|
||||
overflow = $( el ).css( "overflow" );
|
||||
|
||||
if ( overflow === "hidden" ) {
|
||||
return false;
|
||||
}
|
||||
if ( overflow === "scroll" ) {
|
||||
return true;
|
||||
}
|
||||
|
||||
var scroll = ( a && a === "left" ) ? "scrollLeft" : "scrollTop",
|
||||
has = false;
|
||||
scroll = ( a && a === "left" ) ? "scrollLeft" : "scrollTop";
|
||||
|
||||
if ( el[ scroll ] > 0 ) {
|
||||
return true;
|
||||
|
@ -23861,7 +23870,7 @@ $.widget( "ui.resizable", $.ui.mouse, {
|
|||
|
||||
_mouseStart: function( event ) {
|
||||
|
||||
var curleft, curtop, cursor,
|
||||
var curleft, curtop, cursor, calculatedSize,
|
||||
o = this.options,
|
||||
el = this.element;
|
||||
|
||||
|
@ -23880,20 +23889,24 @@ $.widget( "ui.resizable", $.ui.mouse, {
|
|||
this.offset = this.helper.offset();
|
||||
this.position = { left: curleft, top: curtop };
|
||||
|
||||
if ( !this._helper ) {
|
||||
calculatedSize = this._calculateAdjustedElementDimensions( el );
|
||||
}
|
||||
|
||||
this.size = this._helper ? {
|
||||
width: this.helper.width(),
|
||||
height: this.helper.height()
|
||||
} : {
|
||||
width: el.width(),
|
||||
height: el.height()
|
||||
width: calculatedSize.width,
|
||||
height: calculatedSize.height
|
||||
};
|
||||
|
||||
this.originalSize = this._helper ? {
|
||||
width: el.outerWidth(),
|
||||
height: el.outerHeight()
|
||||
} : {
|
||||
width: el.width(),
|
||||
height: el.height()
|
||||
width: calculatedSize.width,
|
||||
height: calculatedSize.height
|
||||
};
|
||||
|
||||
this.sizeDiff = {
|
||||
|
@ -24189,6 +24202,52 @@ $.widget( "ui.resizable", $.ui.mouse, {
|
|||
};
|
||||
},
|
||||
|
||||
_calculateAdjustedElementDimensions: function( element ) {
|
||||
var elWidth, elHeight, paddingBorder,
|
||||
ce = element.get( 0 );
|
||||
|
||||
if ( element.css( "box-sizing" ) !== "content-box" ||
|
||||
( !this._hasScroll( ce ) && !this._hasScroll( ce, "left" ) ) ) {
|
||||
return {
|
||||
height: parseFloat( element.css( "height" ) ),
|
||||
width: parseFloat( element.css( "width" ) )
|
||||
};
|
||||
}
|
||||
|
||||
// Check if CSS inline styles are set and use those (usually from previous resizes)
|
||||
elWidth = parseFloat( ce.style.width );
|
||||
elHeight = parseFloat( ce.style.height );
|
||||
|
||||
paddingBorder = this._getPaddingPlusBorderDimensions( element );
|
||||
elWidth = isNaN( elWidth ) ?
|
||||
this._getElementTheoreticalSize( element, paddingBorder, "width" ) :
|
||||
elWidth;
|
||||
elHeight = isNaN( elHeight ) ?
|
||||
this._getElementTheoreticalSize( element, paddingBorder, "height" ) :
|
||||
elHeight;
|
||||
|
||||
return {
|
||||
height: elHeight,
|
||||
width: elWidth
|
||||
};
|
||||
},
|
||||
|
||||
_getElementTheoreticalSize: function( element, extraSize, dimension ) {
|
||||
|
||||
// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border
|
||||
var size = Math.max( 0, Math.ceil(
|
||||
element.get( 0 )[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -
|
||||
extraSize[ dimension ] -
|
||||
0.5
|
||||
|
||||
// If offsetWidth/offsetHeight is unknown, then we can't determine theoretical size.
|
||||
// Use an explicit zero to avoid NaN.
|
||||
// See https://github.com/jquery/jquery/issues/3964
|
||||
) ) || 0;
|
||||
|
||||
return size;
|
||||
},
|
||||
|
||||
_proportionallyResize: function() {
|
||||
|
||||
if ( !this._proportionallyResizeElements.length ) {
|
||||
|
@ -24543,9 +24602,11 @@ $.ui.plugin.add( "resizable", "alsoResize", {
|
|||
o = that.options;
|
||||
|
||||
$( o.alsoResize ).each( function() {
|
||||
var el = $( this );
|
||||
var el = $( this ),
|
||||
elSize = that._calculateAdjustedElementDimensions( el );
|
||||
|
||||
el.data( "ui-resizable-alsoresize", {
|
||||
width: parseFloat( el.css( "width" ) ), height: parseFloat( el.css( "height" ) ),
|
||||
width: elSize.width, height: elSize.height,
|
||||
left: parseFloat( el.css( "left" ) ), top: parseFloat( el.css( "top" ) )
|
||||
} );
|
||||
} );
|
||||
|
@ -24715,7 +24776,7 @@ var widgetsResizable = $.ui.resizable;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Dialog 1.14.0
|
||||
* jQuery UI Dialog 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -24734,7 +24795,7 @@ var widgetsResizable = $.ui.resizable;
|
|||
|
||||
|
||||
$.widget( "ui.dialog", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
appendTo: "body",
|
||||
autoOpen: true,
|
||||
|
@ -24770,6 +24831,7 @@ $.widget( "ui.dialog", {
|
|||
resizable: true,
|
||||
show: null,
|
||||
title: null,
|
||||
uiDialogTitleHeadingLevel: 0,
|
||||
width: 300,
|
||||
|
||||
// Callbacks
|
||||
|
@ -25126,7 +25188,13 @@ $.widget( "ui.dialog", {
|
|||
}
|
||||
} );
|
||||
|
||||
uiDialogTitle = $( "<span>" ).uniqueId().prependTo( this.uiDialogTitlebar );
|
||||
var uiDialogHeadingLevel = Number.isInteger( this.options.uiDialogTitleHeadingLevel ) &&
|
||||
this.options.uiDialogTitleHeadingLevel > 0 &&
|
||||
this.options.uiDialogTitleHeadingLevel <= 6 ?
|
||||
"h" + this.options.uiDialogTitleHeadingLevel : "span";
|
||||
|
||||
uiDialogTitle = $( "<" + uiDialogHeadingLevel + ">" )
|
||||
.uniqueId().prependTo( this.uiDialogTitlebar );
|
||||
this._addClass( uiDialogTitle, "ui-dialog-title" );
|
||||
this._title( uiDialogTitle );
|
||||
|
||||
|
@ -25626,7 +25694,7 @@ var widgetsDialog = $.ui.dialog;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Droppable 1.14.0
|
||||
* jQuery UI Droppable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -25642,7 +25710,7 @@ var widgetsDialog = $.ui.dialog;
|
|||
|
||||
|
||||
$.widget( "ui.droppable", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
widgetEventPrefix: "drop",
|
||||
options: {
|
||||
accept: "*",
|
||||
|
@ -26109,7 +26177,7 @@ var widgetsDroppable = $.ui.droppable;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Progressbar 1.14.0
|
||||
* jQuery UI Progressbar 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -26130,7 +26198,7 @@ var widgetsDroppable = $.ui.droppable;
|
|||
|
||||
|
||||
var widgetsProgressbar = $.widget( "ui.progressbar", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
classes: {
|
||||
"ui-progressbar": "ui-corner-all",
|
||||
|
@ -26272,7 +26340,7 @@ var widgetsProgressbar = $.widget( "ui.progressbar", {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Selectable 1.14.0
|
||||
* jQuery UI Selectable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -26289,7 +26357,7 @@ var widgetsProgressbar = $.widget( "ui.progressbar", {
|
|||
|
||||
|
||||
var widgetsSelectable = $.widget( "ui.selectable", $.ui.mouse, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
appendTo: "body",
|
||||
autoRefresh: true,
|
||||
|
@ -26570,7 +26638,7 @@ var widgetsSelectable = $.widget( "ui.selectable", $.ui.mouse, {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Selectmenu 1.14.0
|
||||
* jQuery UI Selectmenu 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -26591,7 +26659,7 @@ var widgetsSelectable = $.widget( "ui.selectable", $.ui.mouse, {
|
|||
|
||||
|
||||
var widgetsSelectmenu = $.widget( "ui.selectmenu", [ $.ui.formResetMixin, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<select>",
|
||||
options: {
|
||||
appendTo: null,
|
||||
|
@ -27212,7 +27280,7 @@ var widgetsSelectmenu = $.widget( "ui.selectmenu", [ $.ui.formResetMixin, {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Slider 1.14.0
|
||||
* jQuery UI Slider 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -27231,7 +27299,7 @@ var widgetsSelectmenu = $.widget( "ui.selectmenu", [ $.ui.formResetMixin, {
|
|||
|
||||
|
||||
var widgetsSlider = $.widget( "ui.slider", $.ui.mouse, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
widgetEventPrefix: "slide",
|
||||
|
||||
options: {
|
||||
|
@ -27947,7 +28015,7 @@ var widgetsSlider = $.widget( "ui.slider", $.ui.mouse, {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Sortable 1.14.0
|
||||
* jQuery UI Sortable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -27964,7 +28032,7 @@ var widgetsSlider = $.widget( "ui.slider", $.ui.mouse, {
|
|||
|
||||
|
||||
var widgetsSortable = $.widget( "ui.sortable", $.ui.mouse, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
widgetEventPrefix: "sort",
|
||||
ready: false,
|
||||
options: {
|
||||
|
@ -29534,7 +29602,7 @@ var widgetsSortable = $.widget( "ui.sortable", $.ui.mouse, {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Spinner 1.14.0
|
||||
* jQuery UI Spinner 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -29564,7 +29632,7 @@ function spinnerModifier( fn ) {
|
|||
}
|
||||
|
||||
$.widget( "ui.spinner", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<input>",
|
||||
widgetEventPrefix: "spin",
|
||||
options: {
|
||||
|
@ -30073,7 +30141,7 @@ var widgetsSpinner = $.ui.spinner;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Tabs 1.14.0
|
||||
* jQuery UI Tabs 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -30092,7 +30160,7 @@ var widgetsSpinner = $.ui.spinner;
|
|||
|
||||
|
||||
$.widget( "ui.tabs", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
delay: 300,
|
||||
options: {
|
||||
active: null,
|
||||
|
@ -30175,14 +30243,14 @@ $.widget( "ui.tabs", {
|
|||
_initialActive: function() {
|
||||
var active = this.options.active,
|
||||
collapsible = this.options.collapsible,
|
||||
locationHash = location.hash.substring( 1 );
|
||||
locationHashDecoded = decodeURIComponent( location.hash.substring( 1 ) );
|
||||
|
||||
if ( active === null ) {
|
||||
|
||||
// check the fragment identifier in the URL
|
||||
if ( locationHash ) {
|
||||
if ( locationHashDecoded ) {
|
||||
this.tabs.each( function( i, tab ) {
|
||||
if ( $( tab ).attr( "aria-controls" ) === locationHash ) {
|
||||
if ( $( tab ).attr( "aria-controls" ) === locationHashDecoded ) {
|
||||
active = i;
|
||||
return false;
|
||||
}
|
||||
|
@ -30366,10 +30434,6 @@ $.widget( "ui.tabs", {
|
|||
}
|
||||
},
|
||||
|
||||
_sanitizeSelector: function( hash ) {
|
||||
return hash ? hash.replace( /[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g, "\\$&" ) : "";
|
||||
},
|
||||
|
||||
refresh: function() {
|
||||
var options = this.options,
|
||||
lis = this.tablist.children( ":has(a[href])" );
|
||||
|
@ -30488,9 +30552,9 @@ $.widget( "ui.tabs", {
|
|||
|
||||
// Inline tab
|
||||
if ( that._isLocal( anchor ) ) {
|
||||
selector = anchor.hash;
|
||||
selector = decodeURIComponent( anchor.hash );
|
||||
panelId = selector.substring( 1 );
|
||||
panel = that.element.find( that._sanitizeSelector( selector ) );
|
||||
panel = that.element.find( "#" + CSS.escape( panelId ) );
|
||||
|
||||
// remote tab
|
||||
} else {
|
||||
|
@ -30928,7 +30992,7 @@ $.widget( "ui.tabs", {
|
|||
|
||||
_getPanelForTab: function( tab ) {
|
||||
var id = $( tab ).attr( "aria-controls" );
|
||||
return this.element.find( this._sanitizeSelector( "#" + id ) );
|
||||
return this.element.find( "#" + CSS.escape( id ) );
|
||||
}
|
||||
} );
|
||||
|
||||
|
@ -30949,7 +31013,7 @@ var widgetsTabs = $.ui.tabs;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Tooltip 1.14.0
|
||||
* jQuery UI Tooltip 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -30968,7 +31032,7 @@ var widgetsTabs = $.ui.tabs;
|
|||
|
||||
|
||||
$.widget( "ui.tooltip", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
classes: {
|
||||
"ui-tooltip": "ui-corner-all ui-widget-shadow"
|
||||
|
|
257
public/js/dist/all.js
vendored
257
public/js/dist/all.js
vendored
|
@ -12707,7 +12707,7 @@ return Tether;
|
|||
|
||||
}));
|
||||
|
||||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-patch.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js
|
||||
* Copyright OpenJS Foundation and other contributors; Licensed MIT */
|
||||
|
@ -12729,11 +12729,11 @@ return Tether;
|
|||
|
||||
$.ui = $.ui || {};
|
||||
|
||||
var version = $.ui.version = "1.14.0";
|
||||
var version = $.ui.version = "1.14.1";
|
||||
|
||||
|
||||
/*!
|
||||
* jQuery UI Widget 1.14.0
|
||||
* jQuery UI Widget 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -12776,6 +12776,9 @@ $.widget = function( name, base, prototype ) {
|
|||
|
||||
var namespace = name.split( "." )[ 0 ];
|
||||
name = name.split( "." )[ 1 ];
|
||||
if ( name === "__proto__" || name === "constructor" ) {
|
||||
return $.error( "Invalid widget name: " + name );
|
||||
}
|
||||
var fullName = namespace + "-" + name;
|
||||
|
||||
if ( !prototype ) {
|
||||
|
@ -13475,7 +13478,7 @@ var widget = $.widget;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Position 1.14.0
|
||||
* jQuery UI Position 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -13972,7 +13975,7 @@ var position = $.ui.position;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI :data 1.14.0
|
||||
* jQuery UI :data 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -13995,7 +13998,7 @@ var data = $.extend( $.expr.pseudos, {
|
|||
} );
|
||||
|
||||
/*!
|
||||
* jQuery UI Disable Selection 1.14.0
|
||||
* jQuery UI Disable Selection 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -14715,7 +14718,7 @@ colors = jQuery.Color.names = {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects 1.14.0
|
||||
* jQuery UI Effects 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -15078,7 +15081,7 @@ if ( $.uiBackCompat === true ) {
|
|||
}
|
||||
|
||||
$.extend( $.effects, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
|
||||
define: function( name, mode, effect ) {
|
||||
if ( !effect ) {
|
||||
|
@ -15646,7 +15649,7 @@ var effect = $.effects;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Blind 1.14.0
|
||||
* jQuery UI Effects Blind 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -15701,7 +15704,7 @@ var effectsEffectBlind = $.effects.define( "blind", "hide", function( options, d
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Bounce 1.14.0
|
||||
* jQuery UI Effects Bounce 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -15796,7 +15799,7 @@ var effectsEffectBounce = $.effects.define( "bounce", function( options, done )
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Clip 1.14.0
|
||||
* jQuery UI Effects Clip 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -15846,7 +15849,7 @@ var effectsEffectClip = $.effects.define( "clip", "hide", function( options, don
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Drop 1.14.0
|
||||
* jQuery UI Effects Drop 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -15900,7 +15903,7 @@ var effectsEffectDrop = $.effects.define( "drop", "hide", function( options, don
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Explode 1.14.0
|
||||
* jQuery UI Effects Explode 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -15996,7 +15999,7 @@ var effectsEffectExplode = $.effects.define( "explode", "hide", function( option
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Fade 1.14.0
|
||||
* jQuery UI Effects Fade 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16028,7 +16031,7 @@ var effectsEffectFade = $.effects.define( "fade", "toggle", function( options, d
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Fold 1.14.0
|
||||
* jQuery UI Effects Fold 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16102,7 +16105,7 @@ var effectsEffectFold = $.effects.define( "fold", "hide", function( options, don
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Highlight 1.14.0
|
||||
* jQuery UI Effects Highlight 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16144,7 +16147,7 @@ var effectsEffectHighlight = $.effects.define( "highlight", "show", function( op
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Size 1.14.0
|
||||
* jQuery UI Effects Size 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16322,7 +16325,7 @@ var effectsEffectSize = $.effects.define( "size", function( options, done ) {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Scale 1.14.0
|
||||
* jQuery UI Effects Scale 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16362,7 +16365,7 @@ var effectsEffectScale = $.effects.define( "scale", function( options, done ) {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Puff 1.14.0
|
||||
* jQuery UI Effects Puff 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16388,7 +16391,7 @@ var effectsEffectPuff = $.effects.define( "puff", "hide", function( options, don
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Pulsate 1.14.0
|
||||
* jQuery UI Effects Pulsate 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16437,7 +16440,7 @@ var effectsEffectPulsate = $.effects.define( "pulsate", "show", function( option
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Shake 1.14.0
|
||||
* jQuery UI Effects Shake 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16496,7 +16499,7 @@ var effectsEffectShake = $.effects.define( "shake", function( options, done ) {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Slide 1.14.0
|
||||
* jQuery UI Effects Slide 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16557,7 +16560,7 @@ var effectsEffectSlide = $.effects.define( "slide", "show", function( options, d
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects Transfer 1.14.0
|
||||
* jQuery UI Effects Transfer 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16582,7 +16585,7 @@ var effectsEffectTransfer = effect;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Focusable 1.14.0
|
||||
* jQuery UI Focusable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16645,7 +16648,7 @@ var focusable = $.ui.focusable;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Form Reset Mixin 1.14.0
|
||||
* jQuery UI Form Reset Mixin 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16707,7 +16710,7 @@ var formResetMixin = $.ui.formResetMixin = {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Legacy jQuery Core patches 1.14.0
|
||||
* jQuery UI Legacy jQuery Core patches 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16749,7 +16752,7 @@ if ( !$.fn.even || !$.fn.odd ) {
|
|||
|
||||
;
|
||||
/*!
|
||||
* jQuery UI Keycode 1.14.0
|
||||
* jQuery UI Keycode 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16784,7 +16787,7 @@ var keycode = $.ui.keyCode = {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Labels 1.14.0
|
||||
* jQuery UI Labels 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16838,7 +16841,7 @@ var labels = $.fn.labels = function() {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Scroll Parent 1.14.0
|
||||
* jQuery UI Scroll Parent 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16872,7 +16875,7 @@ var scrollParent = $.fn.scrollParent = function( includeHidden ) {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Tabbable 1.14.0
|
||||
* jQuery UI Tabbable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16896,7 +16899,7 @@ var tabbable = $.extend( $.expr.pseudos, {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Unique ID 1.14.0
|
||||
* jQuery UI Unique ID 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16934,7 +16937,7 @@ var uniqueId = $.fn.extend( {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Accordion 1.14.0
|
||||
* jQuery UI Accordion 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -16955,7 +16958,7 @@ var uniqueId = $.fn.extend( {
|
|||
|
||||
|
||||
var widgetsAccordion = $.widget( "ui.accordion", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
active: 0,
|
||||
animate: {},
|
||||
|
@ -17536,7 +17539,7 @@ var widgetsAccordion = $.widget( "ui.accordion", {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Menu 1.14.0
|
||||
* jQuery UI Menu 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -17555,7 +17558,7 @@ var widgetsAccordion = $.widget( "ui.accordion", {
|
|||
|
||||
|
||||
var widgetsMenu = $.widget( "ui.menu", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<ul>",
|
||||
delay: 300,
|
||||
options: {
|
||||
|
@ -18227,7 +18230,7 @@ var widgetsMenu = $.widget( "ui.menu", {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Autocomplete 1.14.0
|
||||
* jQuery UI Autocomplete 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -18246,7 +18249,7 @@ var widgetsMenu = $.widget( "ui.menu", {
|
|||
|
||||
|
||||
$.widget( "ui.autocomplete", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<input>",
|
||||
options: {
|
||||
appendTo: null,
|
||||
|
@ -18846,7 +18849,7 @@ var widgetsAutocomplete = $.ui.autocomplete;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Controlgroup 1.14.0
|
||||
* jQuery UI Controlgroup 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -18867,7 +18870,7 @@ var widgetsAutocomplete = $.ui.autocomplete;
|
|||
var controlgroupCornerRegex = /ui-corner-([a-z]){2,6}/g;
|
||||
|
||||
var widgetsControlgroup = $.widget( "ui.controlgroup", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<div>",
|
||||
options: {
|
||||
direction: "horizontal",
|
||||
|
@ -19131,7 +19134,7 @@ var widgetsControlgroup = $.widget( "ui.controlgroup", {
|
|||
} );
|
||||
|
||||
/*!
|
||||
* jQuery UI Checkboxradio 1.14.0
|
||||
* jQuery UI Checkboxradio 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -19151,7 +19154,7 @@ var widgetsControlgroup = $.widget( "ui.controlgroup", {
|
|||
|
||||
|
||||
$.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
disabled: null,
|
||||
label: null,
|
||||
|
@ -19402,7 +19405,7 @@ var widgetsCheckboxradio = $.ui.checkboxradio;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Button 1.14.0
|
||||
* jQuery UI Button 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -19421,7 +19424,7 @@ var widgetsCheckboxradio = $.ui.checkboxradio;
|
|||
|
||||
|
||||
$.widget( "ui.button", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<button>",
|
||||
options: {
|
||||
classes: {
|
||||
|
@ -19828,7 +19831,7 @@ var widgetsButton = $.ui.button;
|
|||
|
||||
/* eslint-disable max-len, camelcase */
|
||||
/*!
|
||||
* jQuery UI Datepicker 1.14.0
|
||||
* jQuery UI Datepicker 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -19846,7 +19849,7 @@ var widgetsButton = $.ui.button;
|
|||
//>>css.theme: ../../themes/base/theme.css
|
||||
|
||||
|
||||
$.extend( $.ui, { datepicker: { version: "1.14.0" } } );
|
||||
$.extend( $.ui, { datepicker: { version: "1.14.1" } } );
|
||||
|
||||
var datepicker_instActive;
|
||||
|
||||
|
@ -22040,13 +22043,13 @@ $.fn.datepicker = function( options ) {
|
|||
$.datepicker = new Datepicker(); // singleton instance
|
||||
$.datepicker.initialized = false;
|
||||
$.datepicker.uuid = new Date().getTime();
|
||||
$.datepicker.version = "1.14.0";
|
||||
$.datepicker.version = "1.14.1";
|
||||
|
||||
var widgetsDatepicker = $.datepicker;
|
||||
|
||||
|
||||
/*!
|
||||
* jQuery UI Mouse 1.14.0
|
||||
* jQuery UI Mouse 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -22066,7 +22069,7 @@ $( document ).on( "mouseup", function() {
|
|||
} );
|
||||
|
||||
var widgetsMouse = $.widget( "ui.mouse", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
cancel: "input, textarea, button, select, option",
|
||||
distance: 1,
|
||||
|
@ -22284,7 +22287,7 @@ var plugin = $.ui.plugin = {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Draggable 1.14.0
|
||||
* jQuery UI Draggable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -22301,7 +22304,7 @@ var plugin = $.ui.plugin = {
|
|||
|
||||
|
||||
$.widget( "ui.draggable", $.ui.mouse, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
widgetEventPrefix: "drag",
|
||||
options: {
|
||||
addClasses: true,
|
||||
|
@ -23519,7 +23522,7 @@ var widgetsDraggable = $.ui.draggable;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Resizable 1.14.0
|
||||
* jQuery UI Resizable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -23538,7 +23541,7 @@ var widgetsDraggable = $.ui.draggable;
|
|||
|
||||
|
||||
$.widget( "ui.resizable", $.ui.mouse, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
widgetEventPrefix: "resize",
|
||||
options: {
|
||||
alsoResize: false,
|
||||
|
@ -23579,12 +23582,18 @@ $.widget( "ui.resizable", $.ui.mouse, {
|
|||
|
||||
_hasScroll: function( el, a ) {
|
||||
|
||||
if ( $( el ).css( "overflow" ) === "hidden" ) {
|
||||
var scroll,
|
||||
has = false,
|
||||
overflow = $( el ).css( "overflow" );
|
||||
|
||||
if ( overflow === "hidden" ) {
|
||||
return false;
|
||||
}
|
||||
if ( overflow === "scroll" ) {
|
||||
return true;
|
||||
}
|
||||
|
||||
var scroll = ( a && a === "left" ) ? "scrollLeft" : "scrollTop",
|
||||
has = false;
|
||||
scroll = ( a && a === "left" ) ? "scrollLeft" : "scrollTop";
|
||||
|
||||
if ( el[ scroll ] > 0 ) {
|
||||
return true;
|
||||
|
@ -23861,7 +23870,7 @@ $.widget( "ui.resizable", $.ui.mouse, {
|
|||
|
||||
_mouseStart: function( event ) {
|
||||
|
||||
var curleft, curtop, cursor,
|
||||
var curleft, curtop, cursor, calculatedSize,
|
||||
o = this.options,
|
||||
el = this.element;
|
||||
|
||||
|
@ -23880,20 +23889,24 @@ $.widget( "ui.resizable", $.ui.mouse, {
|
|||
this.offset = this.helper.offset();
|
||||
this.position = { left: curleft, top: curtop };
|
||||
|
||||
if ( !this._helper ) {
|
||||
calculatedSize = this._calculateAdjustedElementDimensions( el );
|
||||
}
|
||||
|
||||
this.size = this._helper ? {
|
||||
width: this.helper.width(),
|
||||
height: this.helper.height()
|
||||
} : {
|
||||
width: el.width(),
|
||||
height: el.height()
|
||||
width: calculatedSize.width,
|
||||
height: calculatedSize.height
|
||||
};
|
||||
|
||||
this.originalSize = this._helper ? {
|
||||
width: el.outerWidth(),
|
||||
height: el.outerHeight()
|
||||
} : {
|
||||
width: el.width(),
|
||||
height: el.height()
|
||||
width: calculatedSize.width,
|
||||
height: calculatedSize.height
|
||||
};
|
||||
|
||||
this.sizeDiff = {
|
||||
|
@ -24189,6 +24202,52 @@ $.widget( "ui.resizable", $.ui.mouse, {
|
|||
};
|
||||
},
|
||||
|
||||
_calculateAdjustedElementDimensions: function( element ) {
|
||||
var elWidth, elHeight, paddingBorder,
|
||||
ce = element.get( 0 );
|
||||
|
||||
if ( element.css( "box-sizing" ) !== "content-box" ||
|
||||
( !this._hasScroll( ce ) && !this._hasScroll( ce, "left" ) ) ) {
|
||||
return {
|
||||
height: parseFloat( element.css( "height" ) ),
|
||||
width: parseFloat( element.css( "width" ) )
|
||||
};
|
||||
}
|
||||
|
||||
// Check if CSS inline styles are set and use those (usually from previous resizes)
|
||||
elWidth = parseFloat( ce.style.width );
|
||||
elHeight = parseFloat( ce.style.height );
|
||||
|
||||
paddingBorder = this._getPaddingPlusBorderDimensions( element );
|
||||
elWidth = isNaN( elWidth ) ?
|
||||
this._getElementTheoreticalSize( element, paddingBorder, "width" ) :
|
||||
elWidth;
|
||||
elHeight = isNaN( elHeight ) ?
|
||||
this._getElementTheoreticalSize( element, paddingBorder, "height" ) :
|
||||
elHeight;
|
||||
|
||||
return {
|
||||
height: elHeight,
|
||||
width: elWidth
|
||||
};
|
||||
},
|
||||
|
||||
_getElementTheoreticalSize: function( element, extraSize, dimension ) {
|
||||
|
||||
// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border
|
||||
var size = Math.max( 0, Math.ceil(
|
||||
element.get( 0 )[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -
|
||||
extraSize[ dimension ] -
|
||||
0.5
|
||||
|
||||
// If offsetWidth/offsetHeight is unknown, then we can't determine theoretical size.
|
||||
// Use an explicit zero to avoid NaN.
|
||||
// See https://github.com/jquery/jquery/issues/3964
|
||||
) ) || 0;
|
||||
|
||||
return size;
|
||||
},
|
||||
|
||||
_proportionallyResize: function() {
|
||||
|
||||
if ( !this._proportionallyResizeElements.length ) {
|
||||
|
@ -24543,9 +24602,11 @@ $.ui.plugin.add( "resizable", "alsoResize", {
|
|||
o = that.options;
|
||||
|
||||
$( o.alsoResize ).each( function() {
|
||||
var el = $( this );
|
||||
var el = $( this ),
|
||||
elSize = that._calculateAdjustedElementDimensions( el );
|
||||
|
||||
el.data( "ui-resizable-alsoresize", {
|
||||
width: parseFloat( el.css( "width" ) ), height: parseFloat( el.css( "height" ) ),
|
||||
width: elSize.width, height: elSize.height,
|
||||
left: parseFloat( el.css( "left" ) ), top: parseFloat( el.css( "top" ) )
|
||||
} );
|
||||
} );
|
||||
|
@ -24715,7 +24776,7 @@ var widgetsResizable = $.ui.resizable;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Dialog 1.14.0
|
||||
* jQuery UI Dialog 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -24734,7 +24795,7 @@ var widgetsResizable = $.ui.resizable;
|
|||
|
||||
|
||||
$.widget( "ui.dialog", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
appendTo: "body",
|
||||
autoOpen: true,
|
||||
|
@ -24770,6 +24831,7 @@ $.widget( "ui.dialog", {
|
|||
resizable: true,
|
||||
show: null,
|
||||
title: null,
|
||||
uiDialogTitleHeadingLevel: 0,
|
||||
width: 300,
|
||||
|
||||
// Callbacks
|
||||
|
@ -25126,7 +25188,13 @@ $.widget( "ui.dialog", {
|
|||
}
|
||||
} );
|
||||
|
||||
uiDialogTitle = $( "<span>" ).uniqueId().prependTo( this.uiDialogTitlebar );
|
||||
var uiDialogHeadingLevel = Number.isInteger( this.options.uiDialogTitleHeadingLevel ) &&
|
||||
this.options.uiDialogTitleHeadingLevel > 0 &&
|
||||
this.options.uiDialogTitleHeadingLevel <= 6 ?
|
||||
"h" + this.options.uiDialogTitleHeadingLevel : "span";
|
||||
|
||||
uiDialogTitle = $( "<" + uiDialogHeadingLevel + ">" )
|
||||
.uniqueId().prependTo( this.uiDialogTitlebar );
|
||||
this._addClass( uiDialogTitle, "ui-dialog-title" );
|
||||
this._title( uiDialogTitle );
|
||||
|
||||
|
@ -25626,7 +25694,7 @@ var widgetsDialog = $.ui.dialog;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Droppable 1.14.0
|
||||
* jQuery UI Droppable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -25642,7 +25710,7 @@ var widgetsDialog = $.ui.dialog;
|
|||
|
||||
|
||||
$.widget( "ui.droppable", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
widgetEventPrefix: "drop",
|
||||
options: {
|
||||
accept: "*",
|
||||
|
@ -26109,7 +26177,7 @@ var widgetsDroppable = $.ui.droppable;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Progressbar 1.14.0
|
||||
* jQuery UI Progressbar 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -26130,7 +26198,7 @@ var widgetsDroppable = $.ui.droppable;
|
|||
|
||||
|
||||
var widgetsProgressbar = $.widget( "ui.progressbar", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
classes: {
|
||||
"ui-progressbar": "ui-corner-all",
|
||||
|
@ -26272,7 +26340,7 @@ var widgetsProgressbar = $.widget( "ui.progressbar", {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Selectable 1.14.0
|
||||
* jQuery UI Selectable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -26289,7 +26357,7 @@ var widgetsProgressbar = $.widget( "ui.progressbar", {
|
|||
|
||||
|
||||
var widgetsSelectable = $.widget( "ui.selectable", $.ui.mouse, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
appendTo: "body",
|
||||
autoRefresh: true,
|
||||
|
@ -26570,7 +26638,7 @@ var widgetsSelectable = $.widget( "ui.selectable", $.ui.mouse, {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Selectmenu 1.14.0
|
||||
* jQuery UI Selectmenu 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -26591,7 +26659,7 @@ var widgetsSelectable = $.widget( "ui.selectable", $.ui.mouse, {
|
|||
|
||||
|
||||
var widgetsSelectmenu = $.widget( "ui.selectmenu", [ $.ui.formResetMixin, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<select>",
|
||||
options: {
|
||||
appendTo: null,
|
||||
|
@ -27212,7 +27280,7 @@ var widgetsSelectmenu = $.widget( "ui.selectmenu", [ $.ui.formResetMixin, {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Slider 1.14.0
|
||||
* jQuery UI Slider 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -27231,7 +27299,7 @@ var widgetsSelectmenu = $.widget( "ui.selectmenu", [ $.ui.formResetMixin, {
|
|||
|
||||
|
||||
var widgetsSlider = $.widget( "ui.slider", $.ui.mouse, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
widgetEventPrefix: "slide",
|
||||
|
||||
options: {
|
||||
|
@ -27947,7 +28015,7 @@ var widgetsSlider = $.widget( "ui.slider", $.ui.mouse, {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Sortable 1.14.0
|
||||
* jQuery UI Sortable 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -27964,7 +28032,7 @@ var widgetsSlider = $.widget( "ui.slider", $.ui.mouse, {
|
|||
|
||||
|
||||
var widgetsSortable = $.widget( "ui.sortable", $.ui.mouse, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
widgetEventPrefix: "sort",
|
||||
ready: false,
|
||||
options: {
|
||||
|
@ -29534,7 +29602,7 @@ var widgetsSortable = $.widget( "ui.sortable", $.ui.mouse, {
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Spinner 1.14.0
|
||||
* jQuery UI Spinner 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -29564,7 +29632,7 @@ function spinnerModifier( fn ) {
|
|||
}
|
||||
|
||||
$.widget( "ui.spinner", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<input>",
|
||||
widgetEventPrefix: "spin",
|
||||
options: {
|
||||
|
@ -30073,7 +30141,7 @@ var widgetsSpinner = $.ui.spinner;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Tabs 1.14.0
|
||||
* jQuery UI Tabs 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -30092,7 +30160,7 @@ var widgetsSpinner = $.ui.spinner;
|
|||
|
||||
|
||||
$.widget( "ui.tabs", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
delay: 300,
|
||||
options: {
|
||||
active: null,
|
||||
|
@ -30175,14 +30243,14 @@ $.widget( "ui.tabs", {
|
|||
_initialActive: function() {
|
||||
var active = this.options.active,
|
||||
collapsible = this.options.collapsible,
|
||||
locationHash = location.hash.substring( 1 );
|
||||
locationHashDecoded = decodeURIComponent( location.hash.substring( 1 ) );
|
||||
|
||||
if ( active === null ) {
|
||||
|
||||
// check the fragment identifier in the URL
|
||||
if ( locationHash ) {
|
||||
if ( locationHashDecoded ) {
|
||||
this.tabs.each( function( i, tab ) {
|
||||
if ( $( tab ).attr( "aria-controls" ) === locationHash ) {
|
||||
if ( $( tab ).attr( "aria-controls" ) === locationHashDecoded ) {
|
||||
active = i;
|
||||
return false;
|
||||
}
|
||||
|
@ -30366,10 +30434,6 @@ $.widget( "ui.tabs", {
|
|||
}
|
||||
},
|
||||
|
||||
_sanitizeSelector: function( hash ) {
|
||||
return hash ? hash.replace( /[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g, "\\$&" ) : "";
|
||||
},
|
||||
|
||||
refresh: function() {
|
||||
var options = this.options,
|
||||
lis = this.tablist.children( ":has(a[href])" );
|
||||
|
@ -30488,9 +30552,9 @@ $.widget( "ui.tabs", {
|
|||
|
||||
// Inline tab
|
||||
if ( that._isLocal( anchor ) ) {
|
||||
selector = anchor.hash;
|
||||
selector = decodeURIComponent( anchor.hash );
|
||||
panelId = selector.substring( 1 );
|
||||
panel = that.element.find( that._sanitizeSelector( selector ) );
|
||||
panel = that.element.find( "#" + CSS.escape( panelId ) );
|
||||
|
||||
// remote tab
|
||||
} else {
|
||||
|
@ -30928,7 +30992,7 @@ $.widget( "ui.tabs", {
|
|||
|
||||
_getPanelForTab: function( tab ) {
|
||||
var id = $( tab ).attr( "aria-controls" );
|
||||
return this.element.find( this._sanitizeSelector( "#" + id ) );
|
||||
return this.element.find( "#" + CSS.escape( id ) );
|
||||
}
|
||||
} );
|
||||
|
||||
|
@ -30949,7 +31013,7 @@ var widgetsTabs = $.ui.tabs;
|
|||
|
||||
|
||||
/*!
|
||||
* jQuery UI Tooltip 1.14.0
|
||||
* jQuery UI Tooltip 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -30968,7 +31032,7 @@ var widgetsTabs = $.ui.tabs;
|
|||
|
||||
|
||||
$.widget( "ui.tooltip", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
classes: {
|
||||
"ui-tooltip": "ui-corner-all ui-widget-shadow"
|
||||
|
@ -62916,7 +62980,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|||
|
||||
$.ui = $.ui || {};
|
||||
|
||||
return $.ui.version = "1.14.0";
|
||||
return $.ui.version = "1.14.1";
|
||||
|
||||
} );
|
||||
|
||||
|
@ -62930,7 +62994,7 @@ return $.ui.version = "1.14.0";
|
|||
/***/ ((module, exports, __webpack_require__) => {
|
||||
|
||||
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
||||
* jQuery UI Widget 1.14.0
|
||||
* jQuery UI Widget 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
@ -62986,6 +63050,9 @@ $.widget = function( name, base, prototype ) {
|
|||
|
||||
var namespace = name.split( "." )[ 0 ];
|
||||
name = name.split( "." )[ 1 ];
|
||||
if ( name === "__proto__" || name === "constructor" ) {
|
||||
return $.error( "Invalid widget name: " + name );
|
||||
}
|
||||
var fullName = namespace + "-" + name;
|
||||
|
||||
if ( !prototype ) {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"/js/build/app.js": "/js/build/app.js?id=5e9ac5c1a7e089f056fb1dba566193a6",
|
||||
"/js/build/app.js": "/js/build/app.js?id=65d7af7b9fa7fd0e05737526a0d1d282",
|
||||
"/css/dist/skins/skin-black-dark.css": "/css/dist/skins/skin-black-dark.css?id=06c13e817cc022028b3f4a33c0ca303a",
|
||||
"/css/dist/skins/_all-skins.css": "/css/dist/skins/_all-skins.css?id=e71ef4171dee5da63af390966ac60ffc",
|
||||
"/css/build/overrides.css": "/css/build/overrides.css?id=835426a1099db0ae4ee3aaa077e68035",
|
||||
|
@ -109,7 +109,7 @@
|
|||
"/css/dist/skins/skin-yellow-dark.min.css": "/css/dist/skins/skin-yellow-dark.min.css?id=ea22079836a432d7f46a5d390c445e13",
|
||||
"/css/dist/skins/skin-yellow.min.css": "/css/dist/skins/skin-yellow.min.css?id=7b315b9612b8fde8f9c5b0ddb6bba690",
|
||||
"/css/dist/bootstrap-table.css": "/css/dist/bootstrap-table.css?id=c384582a6ba08903af353be861ffe74e",
|
||||
"/js/build/vendor.js": "/js/build/vendor.js?id=5269eb5a6beb74f03387c78938cf17b2",
|
||||
"/js/build/vendor.js": "/js/build/vendor.js?id=89dffa552c6e3abe3a2aac6c9c7b466b",
|
||||
"/js/dist/bootstrap-table.js": "/js/dist/bootstrap-table.js?id=b4c3069f1a292527a96c058b77b28d69",
|
||||
"/js/dist/all.js": "/js/dist/all.js?id=e0a4b1a80b09333a460973137f39eab4"
|
||||
"/js/dist/all.js": "/js/dist/all.js?id=21e041dec60e0785db6d64961b13a9b0"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue