1
node_modules/jquery-ui/AUTHORS.txt
generated
vendored
|
@ -381,3 +381,4 @@ divdeploy <166095818+divdeploy@users.noreply.github.com>
|
|||
mark van tilburg <markvantilburg@gmail.com>
|
||||
Ralf Koller <1665422+rpkoller@users.noreply.github.com>
|
||||
Porter Clevidence <116387727+porterclev@users.noreply.github.com>
|
||||
Daniel García <93217193+Daniel-Garmig@users.noreply.github.com>
|
||||
|
|
2
node_modules/jquery-ui/bower.json
generated
vendored
|
@ -41,5 +41,5 @@
|
|||
"jquery-migrate-1.x": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.1.tgz",
|
||||
"jquery-migrate-3.x": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.5.2.tgz"
|
||||
},
|
||||
"version": "1.14.0"
|
||||
"version": "1.14.1"
|
||||
}
|
||||
|
|
250
node_modules/jquery-ui/dist/jquery-ui.js
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! 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 */
|
||||
|
@ -20,11 +20,11 @@
|
|||
|
||||
$.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
|
||||
|
@ -67,6 +67,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 ) {
|
||||
|
@ -766,7 +769,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
|
||||
|
@ -1263,7 +1266,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
|
||||
|
@ -1286,7 +1289,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
|
||||
|
@ -2006,7 +2009,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
|
||||
|
@ -2369,7 +2372,7 @@ if ( $.uiBackCompat === true ) {
|
|||
}
|
||||
|
||||
$.extend( $.effects, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
|
||||
define: function( name, mode, effect ) {
|
||||
if ( !effect ) {
|
||||
|
@ -2937,7 +2940,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
|
||||
|
@ -2992,7 +2995,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
|
||||
|
@ -3087,7 +3090,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
|
||||
|
@ -3137,7 +3140,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
|
||||
|
@ -3191,7 +3194,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
|
||||
|
@ -3287,7 +3290,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
|
||||
|
@ -3319,7 +3322,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
|
||||
|
@ -3393,7 +3396,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
|
||||
|
@ -3435,7 +3438,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
|
||||
|
@ -3613,7 +3616,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
|
||||
|
@ -3653,7 +3656,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
|
||||
|
@ -3679,7 +3682,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
|
||||
|
@ -3728,7 +3731,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
|
||||
|
@ -3787,7 +3790,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
|
||||
|
@ -3848,7 +3851,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
|
||||
|
@ -3873,7 +3876,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
|
||||
|
@ -3936,7 +3939,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
|
||||
|
@ -3998,7 +4001,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
|
||||
|
@ -4040,7 +4043,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
|
||||
|
@ -4075,7 +4078,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
|
||||
|
@ -4129,7 +4132,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
|
||||
|
@ -4163,7 +4166,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
|
||||
|
@ -4187,7 +4190,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
|
||||
|
@ -4225,7 +4228,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
|
||||
|
@ -4246,7 +4249,7 @@ var uniqueId = $.fn.extend( {
|
|||
|
||||
|
||||
var widgetsAccordion = $.widget( "ui.accordion", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
active: 0,
|
||||
animate: {},
|
||||
|
@ -4827,7 +4830,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
|
||||
|
@ -4846,7 +4849,7 @@ var widgetsAccordion = $.widget( "ui.accordion", {
|
|||
|
||||
|
||||
var widgetsMenu = $.widget( "ui.menu", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<ul>",
|
||||
delay: 300,
|
||||
options: {
|
||||
|
@ -5518,7 +5521,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
|
||||
|
@ -5537,7 +5540,7 @@ var widgetsMenu = $.widget( "ui.menu", {
|
|||
|
||||
|
||||
$.widget( "ui.autocomplete", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<input>",
|
||||
options: {
|
||||
appendTo: null,
|
||||
|
@ -6137,7 +6140,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
|
||||
|
@ -6158,7 +6161,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",
|
||||
|
@ -6422,7 +6425,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
|
||||
|
@ -6442,7 +6445,7 @@ var widgetsControlgroup = $.widget( "ui.controlgroup", {
|
|||
|
||||
|
||||
$.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
disabled: null,
|
||||
label: null,
|
||||
|
@ -6693,7 +6696,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
|
||||
|
@ -6712,7 +6715,7 @@ var widgetsCheckboxradio = $.ui.checkboxradio;
|
|||
|
||||
|
||||
$.widget( "ui.button", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<button>",
|
||||
options: {
|
||||
classes: {
|
||||
|
@ -7119,7 +7122,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
|
||||
|
@ -7137,7 +7140,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;
|
||||
|
||||
|
@ -9331,13 +9334,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
|
||||
|
@ -9357,7 +9360,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,
|
||||
|
@ -9575,7 +9578,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
|
||||
|
@ -9592,7 +9595,7 @@ var plugin = $.ui.plugin = {
|
|||
|
||||
|
||||
$.widget( "ui.draggable", $.ui.mouse, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
widgetEventPrefix: "drag",
|
||||
options: {
|
||||
addClasses: true,
|
||||
|
@ -10810,7 +10813,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
|
||||
|
@ -10829,7 +10832,7 @@ var widgetsDraggable = $.ui.draggable;
|
|||
|
||||
|
||||
$.widget( "ui.resizable", $.ui.mouse, {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
widgetEventPrefix: "resize",
|
||||
options: {
|
||||
alsoResize: false,
|
||||
|
@ -10870,12 +10873,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;
|
||||
|
@ -11152,7 +11161,7 @@ $.widget( "ui.resizable", $.ui.mouse, {
|
|||
|
||||
_mouseStart: function( event ) {
|
||||
|
||||
var curleft, curtop, cursor,
|
||||
var curleft, curtop, cursor, calculatedSize,
|
||||
o = this.options,
|
||||
el = this.element;
|
||||
|
||||
|
@ -11171,20 +11180,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 = {
|
||||
|
@ -11480,6 +11493,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 ) {
|
||||
|
@ -11834,9 +11893,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" ) )
|
||||
} );
|
||||
} );
|
||||
|
@ -12006,7 +12067,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
|
||||
|
@ -12025,7 +12086,7 @@ var widgetsResizable = $.ui.resizable;
|
|||
|
||||
|
||||
$.widget( "ui.dialog", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
options: {
|
||||
appendTo: "body",
|
||||
autoOpen: true,
|
||||
|
@ -12061,6 +12122,7 @@ $.widget( "ui.dialog", {
|
|||
resizable: true,
|
||||
show: null,
|
||||
title: null,
|
||||
uiDialogTitleHeadingLevel: 0,
|
||||
width: 300,
|
||||
|
||||
// Callbacks
|
||||
|
@ -12417,7 +12479,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 );
|
||||
|
||||
|
@ -12917,7 +12985,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
|
||||
|
@ -12933,7 +13001,7 @@ var widgetsDialog = $.ui.dialog;
|
|||
|
||||
|
||||
$.widget( "ui.droppable", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
widgetEventPrefix: "drop",
|
||||
options: {
|
||||
accept: "*",
|
||||
|
@ -13400,7 +13468,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
|
||||
|
@ -13421,7 +13489,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",
|
||||
|
@ -13563,7 +13631,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
|
||||
|
@ -13580,7 +13648,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,
|
||||
|
@ -13861,7 +13929,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
|
||||
|
@ -13882,7 +13950,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,
|
||||
|
@ -14503,7 +14571,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
|
||||
|
@ -14522,7 +14590,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: {
|
||||
|
@ -15238,7 +15306,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
|
||||
|
@ -15255,7 +15323,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: {
|
||||
|
@ -16825,7 +16893,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
|
||||
|
@ -16855,7 +16923,7 @@ function spinnerModifier( fn ) {
|
|||
}
|
||||
|
||||
$.widget( "ui.spinner", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
defaultElement: "<input>",
|
||||
widgetEventPrefix: "spin",
|
||||
options: {
|
||||
|
@ -17364,7 +17432,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
|
||||
|
@ -17383,7 +17451,7 @@ var widgetsSpinner = $.ui.spinner;
|
|||
|
||||
|
||||
$.widget( "ui.tabs", {
|
||||
version: "1.14.0",
|
||||
version: "1.14.1",
|
||||
delay: 300,
|
||||
options: {
|
||||
active: null,
|
||||
|
@ -17466,14 +17534,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;
|
||||
}
|
||||
|
@ -17657,10 +17725,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])" );
|
||||
|
@ -17779,9 +17843,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 {
|
||||
|
@ -18219,7 +18283,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 ) );
|
||||
}
|
||||
} );
|
||||
|
||||
|
@ -18240,7 +18304,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
|
||||
|
@ -18259,7 +18323,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"
|
||||
|
|
4
node_modules/jquery-ui/dist/jquery-ui.min.js
generated
vendored
BIN
node_modules/jquery-ui/dist/themes/base/images/ui-icons_444444_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
BIN
node_modules/jquery-ui/dist/themes/base/images/ui-icons_555555_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
BIN
node_modules/jquery-ui/dist/themes/base/images/ui-icons_777620_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/base/images/ui-icons_777777_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
BIN
node_modules/jquery-ui/dist/themes/base/images/ui-icons_cc0000_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/base/images/ui-icons_ffffff_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
2
node_modules/jquery-ui/dist/themes/base/jquery-ui.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/base/jquery-ui.min.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/base/theme.css
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* jQuery UI CSS Framework 1.14.0
|
||||
* jQuery UI CSS Framework 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
|
BIN
node_modules/jquery-ui/dist/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png
generated
vendored
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 269 B |
BIN
node_modules/jquery-ui/dist/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png
generated
vendored
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 209 B |
BIN
node_modules/jquery-ui/dist/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png
generated
vendored
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 201 B |
BIN
node_modules/jquery-ui/dist/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png
generated
vendored
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 202 B |
BIN
node_modules/jquery-ui/dist/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png
generated
vendored
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 213 B |
BIN
node_modules/jquery-ui/dist/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png
generated
vendored
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 268 B |
BIN
node_modules/jquery-ui/dist/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png
generated
vendored
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 253 B |
BIN
node_modules/jquery-ui/dist/themes/black-tie/images/ui-icons_222222_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
BIN
node_modules/jquery-ui/dist/themes/black-tie/images/ui-icons_4ca300_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/black-tie/images/ui-icons_bbbbbb_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
BIN
node_modules/jquery-ui/dist/themes/black-tie/images/ui-icons_ededed_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
BIN
node_modules/jquery-ui/dist/themes/black-tie/images/ui-icons_ffcf29_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/black-tie/images/ui-icons_ffffff_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
2
node_modules/jquery-ui/dist/themes/black-tie/jquery-ui.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=333333&bgTextureHeader=diagonals_thick&bgImgOpacityHeader=8&borderColorHeader=a3a3a3&fcHeader=eeeeee&iconColorHeader=bbbbbb&bgColorContent=f9f9f9&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=cccccc&fcContent=222222&iconColorContent=222222&bgColorDefault=111111&bgTextureDefault=glass&bgImgOpacityDefault=40&borderColorDefault=777777&fcDefault=e3e3e3&iconColorDefault=ededed&bgColorHover=1c1c1c&bgTextureHover=glass&bgImgOpacityHover=55&borderColorHover=000000&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=cccccc&fcActive=222222&iconColorActive=222222&bgColorHighlight=ffeb80&bgTextureHighlight=inset_hard&bgImgOpacityHighlight=55&borderColorHighlight=ffde2e&fcHighlight=363636&iconColorHighlight=4ca300&bgColorError=cd0a0a&bgTextureError=inset_hard&bgImgOpacityError=45&borderColorError=9e0505&fcError=ffffff&iconColorError=ffcf29&bgColorOverlay=aaaaaa&bgTextureOverlay=highlight_hard&bgImgOpacityOverlay=40&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=highlight_soft&bgImgOpacityShadow=50&opacityShadow=20&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/black-tie/jquery-ui.min.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=333333&bgTextureHeader=diagonals_thick&bgImgOpacityHeader=8&borderColorHeader=a3a3a3&fcHeader=eeeeee&iconColorHeader=bbbbbb&bgColorContent=f9f9f9&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=cccccc&fcContent=222222&iconColorContent=222222&bgColorDefault=111111&bgTextureDefault=glass&bgImgOpacityDefault=40&borderColorDefault=777777&fcDefault=e3e3e3&iconColorDefault=ededed&bgColorHover=1c1c1c&bgTextureHover=glass&bgImgOpacityHover=55&borderColorHover=000000&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=cccccc&fcActive=222222&iconColorActive=222222&bgColorHighlight=ffeb80&bgTextureHighlight=inset_hard&bgImgOpacityHighlight=55&borderColorHighlight=ffde2e&fcHighlight=363636&iconColorHighlight=4ca300&bgColorError=cd0a0a&bgTextureError=inset_hard&bgImgOpacityError=45&borderColorError=9e0505&fcError=ffffff&iconColorError=ffcf29&bgColorOverlay=aaaaaa&bgTextureOverlay=highlight_hard&bgImgOpacityOverlay=40&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=highlight_soft&bgImgOpacityShadow=50&opacityShadow=20&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/black-tie/theme.css
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* jQuery UI CSS Framework 1.14.0
|
||||
* jQuery UI CSS Framework 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
|
BIN
node_modules/jquery-ui/dist/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png
generated
vendored
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
BIN
node_modules/jquery-ui/dist/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png
generated
vendored
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
BIN
node_modules/jquery-ui/dist/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png
generated
vendored
Before Width: | Height: | Size: 284 B After Width: | Height: | Size: 284 B |
BIN
node_modules/jquery-ui/dist/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png
generated
vendored
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 202 B |
BIN
node_modules/jquery-ui/dist/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png
generated
vendored
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 202 B |
BIN
node_modules/jquery-ui/dist/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png
generated
vendored
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 271 B |
BIN
node_modules/jquery-ui/dist/themes/blitzer/images/ui-icons_004276_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/blitzer/images/ui-icons_cc0000_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/blitzer/images/ui-icons_ffffff_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
2
node_modules/jquery-ui/dist/themes/blitzer/jquery-ui.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/blitzer/jquery-ui.min.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/blitzer/theme.css
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* jQuery UI CSS Framework 1.14.0
|
||||
* jQuery UI CSS Framework 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
|
Before Width: | Height: | Size: 266 B After Width: | Height: | Size: 266 B |
BIN
node_modules/jquery-ui/dist/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png
generated
vendored
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 294 B |
BIN
node_modules/jquery-ui/dist/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png
generated
vendored
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 280 B |
BIN
node_modules/jquery-ui/dist/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png
generated
vendored
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 276 B |
BIN
node_modules/jquery-ui/dist/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png
generated
vendored
Before Width: | Height: | Size: 196 B After Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 331 B |
BIN
node_modules/jquery-ui/dist/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
generated
vendored
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 253 B |
BIN
node_modules/jquery-ui/dist/themes/cupertino/images/ui-icons_2694e8_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/cupertino/images/ui-icons_2e83ff_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/cupertino/images/ui-icons_3d80b3_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/cupertino/images/ui-icons_72a7cf_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/cupertino/images/ui-icons_ffffff_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
2
node_modules/jquery-ui/dist/themes/cupertino/jquery-ui.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/cupertino/jquery-ui.min.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/cupertino/theme.css
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* jQuery UI CSS Framework 1.14.0
|
||||
* jQuery UI CSS Framework 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
|
BIN
node_modules/jquery-ui/dist/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png
generated
vendored
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 260 B |
BIN
node_modules/jquery-ui/dist/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png
generated
vendored
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 267 B |
BIN
node_modules/jquery-ui/dist/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png
generated
vendored
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 287 B |
BIN
node_modules/jquery-ui/dist/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png
generated
vendored
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 228 B |
BIN
node_modules/jquery-ui/dist/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png
generated
vendored
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
BIN
node_modules/jquery-ui/dist/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
generated
vendored
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 221 B |
BIN
node_modules/jquery-ui/dist/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png
generated
vendored
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 264 B |
BIN
node_modules/jquery-ui/dist/themes/dark-hive/images/ui-icons_222222_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
BIN
node_modules/jquery-ui/dist/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/dark-hive/images/ui-icons_a83300_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/dark-hive/images/ui-icons_cccccc_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
BIN
node_modules/jquery-ui/dist/themes/dark-hive/images/ui-icons_ffffff_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
2
node_modules/jquery-ui/dist/themes/dark-hive/jquery-ui.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=444444&bgTextureHeader=highlight_soft&bgImgOpacityHeader=44&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=loop&bgImgOpacityContent=25&borderColorContent=555555&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=222222&bgTextureDefault=highlight_soft&bgImgOpacityDefault=35&borderColorDefault=444444&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=003147&bgTextureHover=highlight_soft&bgImgOpacityHover=33&borderColorHover=0b93d5&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=0972a5&bgTextureActive=highlight_hard&bgImgOpacityActive=20&borderColorActive=26b3f7&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=glass&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=flat&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=flat&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/dark-hive/jquery-ui.min.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=444444&bgTextureHeader=highlight_soft&bgImgOpacityHeader=44&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=loop&bgImgOpacityContent=25&borderColorContent=555555&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=222222&bgTextureDefault=highlight_soft&bgImgOpacityDefault=35&borderColorDefault=444444&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=003147&bgTextureHover=highlight_soft&bgImgOpacityHover=33&borderColorHover=0b93d5&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=0972a5&bgTextureActive=highlight_hard&bgImgOpacityActive=20&borderColorActive=26b3f7&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=glass&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=flat&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=flat&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/dark-hive/theme.css
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* jQuery UI CSS Framework 1.14.0
|
||||
* jQuery UI CSS Framework 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
|
BIN
node_modules/jquery-ui/dist/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png
generated
vendored
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 368 B |
BIN
node_modules/jquery-ui/dist/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png
generated
vendored
Before Width: | Height: | Size: 181 B After Width: | Height: | Size: 181 B |
BIN
node_modules/jquery-ui/dist/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png
generated
vendored
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
BIN
node_modules/jquery-ui/dist/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png
generated
vendored
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 162 B |
BIN
node_modules/jquery-ui/dist/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png
generated
vendored
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 168 B |
BIN
node_modules/jquery-ui/dist/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png
generated
vendored
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
BIN
node_modules/jquery-ui/dist/themes/dot-luv/images/ui-icons_00498f_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/dot-luv/images/ui-icons_98d2fb_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/dot-luv/images/ui-icons_ffffff_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
2
node_modules/jquery-ui/dist/themes/dot-luv/jquery-ui.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.3em&cornerRadius=4px&bgColorHeader=0b3e6f&bgTextureHeader=diagonals_thick&bgImgOpacityHeader=15&borderColorHeader=0b3e6f&fcHeader=f6f6f6&iconColorHeader=98d2fb&bgColorContent=111111&bgTextureContent=gloss_wave&bgImgOpacityContent=20&borderColorContent=000000&fcContent=d9d9d9&iconColorContent=9ccdfc&bgColorDefault=333333&bgTextureDefault=dots_small&bgImgOpacityDefault=20&borderColorDefault=333333&fcDefault=ffffff&iconColorDefault=9ccdfc&bgColorHover=00498f&bgTextureHover=dots_small&bgImgOpacityHover=40&borderColorHover=222222&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=292929&bgTextureActive=flat&bgImgOpacityActive=40&borderColorActive=096ac8&fcActive=75abff&iconColorActive=00498f&bgColorHighlight=0b58a2&bgTextureHighlight=dots_medium&bgImgOpacityHighlight=30&borderColorHighlight=052f57&fcHighlight=ffffff&iconColorHighlight=ffffff&bgColorError=a32d00&bgTextureError=dots_small&bgImgOpacityError=30&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/dot-luv/jquery-ui.min.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.3em&cornerRadius=4px&bgColorHeader=0b3e6f&bgTextureHeader=diagonals_thick&bgImgOpacityHeader=15&borderColorHeader=0b3e6f&fcHeader=f6f6f6&iconColorHeader=98d2fb&bgColorContent=111111&bgTextureContent=gloss_wave&bgImgOpacityContent=20&borderColorContent=000000&fcContent=d9d9d9&iconColorContent=9ccdfc&bgColorDefault=333333&bgTextureDefault=dots_small&bgImgOpacityDefault=20&borderColorDefault=333333&fcDefault=ffffff&iconColorDefault=9ccdfc&bgColorHover=00498f&bgTextureHover=dots_small&bgImgOpacityHover=40&borderColorHover=222222&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=292929&bgTextureActive=flat&bgImgOpacityActive=40&borderColorActive=096ac8&fcActive=75abff&iconColorActive=00498f&bgColorHighlight=0b58a2&bgTextureHighlight=dots_medium&bgImgOpacityHighlight=30&borderColorHighlight=052f57&fcHighlight=ffffff&iconColorHighlight=ffffff&bgColorError=a32d00&bgTextureError=dots_small&bgImgOpacityError=30&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/dot-luv/theme.css
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* jQuery UI CSS Framework 1.14.0
|
||||
* jQuery UI CSS Framework 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
|
BIN
node_modules/jquery-ui/dist/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png
generated
vendored
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
BIN
node_modules/jquery-ui/dist/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png
generated
vendored
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 286 B |
BIN
node_modules/jquery-ui/dist/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png
generated
vendored
Before Width: | Height: | Size: 317 B After Width: | Height: | Size: 317 B |
BIN
node_modules/jquery-ui/dist/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png
generated
vendored
Before Width: | Height: | Size: 306 B After Width: | Height: | Size: 306 B |
BIN
node_modules/jquery-ui/dist/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png
generated
vendored
Before Width: | Height: | Size: 291 B After Width: | Height: | Size: 291 B |
BIN
node_modules/jquery-ui/dist/themes/eggplant/images/ui-icons_454545_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
BIN
node_modules/jquery-ui/dist/themes/eggplant/images/ui-icons_734d99_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/eggplant/images/ui-icons_8d78a5_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/eggplant/images/ui-icons_a8a3ae_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/eggplant/images/ui-icons_ebccce_256x240.png
generated
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
node_modules/jquery-ui/dist/themes/eggplant/images/ui-icons_ffffff_256x240.png
generated
vendored
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
2
node_modules/jquery-ui/dist/themes/eggplant/jquery-ui.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=30273a&bgTextureHeader=highlight_soft&bgImgOpacityHeader=25&borderColorHeader=231d2b&fcHeader=ffffff&iconColorHeader=a8a3ae&bgColorContent=3d3644&bgTextureContent=gloss_wave&bgImgOpacityContent=30&borderColorContent=7e7783&fcContent=ffffff&iconColorContent=ffffff&bgColorDefault=dcd9de&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dcd9de&fcDefault=665874&iconColorDefault=8d78a5&bgColorHover=eae6ea&bgTextureHover=highlight_soft&bgImgOpacityHover=100&borderColorHover=d1c5d8&fcHover=734d99&iconColorHover=734d99&bgColorActive=5f5964&bgTextureActive=highlight_soft&bgImgOpacityActive=45&borderColorActive=7e7783&fcActive=ffffff&iconColorActive=454545&bgColorHighlight=fafafa&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=ffdb1f&fcHighlight=333333&iconColorHighlight=8d78a5&bgColorError=994d53&bgTextureError=flat&bgImgOpacityError=55&borderColorError=994d53&fcError=ffffff&iconColorError=ebccce&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/eggplant/jquery-ui.min.css
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
/*! jQuery UI - v1.14.0 - 2024-08-05
|
||||
/*! jQuery UI - v1.14.1 - 2024-10-30
|
||||
* https://jqueryui.com
|
||||
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=30273a&bgTextureHeader=highlight_soft&bgImgOpacityHeader=25&borderColorHeader=231d2b&fcHeader=ffffff&iconColorHeader=a8a3ae&bgColorContent=3d3644&bgTextureContent=gloss_wave&bgImgOpacityContent=30&borderColorContent=7e7783&fcContent=ffffff&iconColorContent=ffffff&bgColorDefault=dcd9de&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dcd9de&fcDefault=665874&iconColorDefault=8d78a5&bgColorHover=eae6ea&bgTextureHover=highlight_soft&bgImgOpacityHover=100&borderColorHover=d1c5d8&fcHover=734d99&iconColorHover=734d99&bgColorActive=5f5964&bgTextureActive=highlight_soft&bgImgOpacityActive=45&borderColorActive=7e7783&fcActive=ffffff&iconColorActive=454545&bgColorHighlight=fafafa&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=ffdb1f&fcHighlight=333333&iconColorHighlight=8d78a5&bgColorError=994d53&bgTextureError=flat&bgImgOpacityError=55&borderColorError=994d53&fcError=ffffff&iconColorError=ebccce&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
|
||||
|
|
2
node_modules/jquery-ui/dist/themes/eggplant/theme.css
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* jQuery UI CSS Framework 1.14.0
|
||||
* jQuery UI CSS Framework 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
|
|