diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-05-15 18:40:33 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-05-15 18:40:33 +0200 |
commit | 791be7fd59f84563724a15b7e2b15d02c1234648 (patch) | |
tree | 32180fcb97d548b4ceb54cb958ac98f5883a6868 /ui/widgets | |
parent | ec3edb687609af9677317dfd2ec80a5bec7b35c5 (diff) | |
download | jquery-ui-1.14.0-beta.1.tar.gz jquery-ui-1.14.0-beta.1.zip |
1.14.0-beta.11.14.0-beta.1
Diffstat (limited to 'ui/widgets')
-rw-r--r-- | ui/widgets/accordion.js | 4 | ||||
-rw-r--r-- | ui/widgets/autocomplete.js | 4 | ||||
-rw-r--r-- | ui/widgets/button.js | 4 | ||||
-rw-r--r-- | ui/widgets/checkboxradio.js | 4 | ||||
-rw-r--r-- | ui/widgets/controlgroup.js | 4 | ||||
-rw-r--r-- | ui/widgets/datepicker.js | 6 | ||||
-rw-r--r-- | ui/widgets/dialog.js | 4 | ||||
-rw-r--r-- | ui/widgets/draggable.js | 4 | ||||
-rw-r--r-- | ui/widgets/droppable.js | 4 | ||||
-rw-r--r-- | ui/widgets/menu.js | 4 | ||||
-rw-r--r-- | ui/widgets/mouse.js | 4 | ||||
-rw-r--r-- | ui/widgets/progressbar.js | 4 | ||||
-rw-r--r-- | ui/widgets/resizable.js | 4 | ||||
-rw-r--r-- | ui/widgets/selectable.js | 4 | ||||
-rw-r--r-- | ui/widgets/selectmenu.js | 4 | ||||
-rw-r--r-- | ui/widgets/slider.js | 4 | ||||
-rw-r--r-- | ui/widgets/sortable.js | 4 | ||||
-rw-r--r-- | ui/widgets/spinner.js | 4 | ||||
-rw-r--r-- | ui/widgets/tabs.js | 4 | ||||
-rw-r--r-- | ui/widgets/tooltip.js | 4 |
20 files changed, 41 insertions, 41 deletions
diff --git a/ui/widgets/accordion.js b/ui/widgets/accordion.js index ff6e4631d..0857c0c55 100644 --- a/ui/widgets/accordion.js +++ b/ui/widgets/accordion.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Accordion @VERSION + * jQuery UI Accordion 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -40,7 +40,7 @@ "use strict"; return $.widget( "ui.accordion", { - version: "@VERSION", + version: "1.14.0-beta.1", options: { active: 0, animate: {}, diff --git a/ui/widgets/autocomplete.js b/ui/widgets/autocomplete.js index 57e59820c..f8a4c5311 100644 --- a/ui/widgets/autocomplete.js +++ b/ui/widgets/autocomplete.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Autocomplete @VERSION + * jQuery UI Autocomplete 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -39,7 +39,7 @@ "use strict"; $.widget( "ui.autocomplete", { - version: "@VERSION", + version: "1.14.0-beta.1", defaultElement: "<input>", options: { appendTo: null, diff --git a/ui/widgets/button.js b/ui/widgets/button.js index 08a4b61c5..6f7fb366b 100644 --- a/ui/widgets/button.js +++ b/ui/widgets/button.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Button @VERSION + * jQuery UI Button 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -42,7 +42,7 @@ "use strict"; $.widget( "ui.button", { - version: "@VERSION", + version: "1.14.0-beta.1", defaultElement: "<button>", options: { classes: { diff --git a/ui/widgets/checkboxradio.js b/ui/widgets/checkboxradio.js index 379252758..3734b0d8d 100644 --- a/ui/widgets/checkboxradio.js +++ b/ui/widgets/checkboxradio.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Checkboxradio @VERSION + * jQuery UI Checkboxradio 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -38,7 +38,7 @@ "use strict"; $.widget( "ui.checkboxradio", [ $.ui.formResetMixin, { - version: "@VERSION", + version: "1.14.0-beta.1", options: { disabled: null, label: null, diff --git a/ui/widgets/controlgroup.js b/ui/widgets/controlgroup.js index fe7605d89..49c8495ba 100644 --- a/ui/widgets/controlgroup.js +++ b/ui/widgets/controlgroup.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Controlgroup @VERSION + * jQuery UI Controlgroup 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -37,7 +37,7 @@ var controlgroupCornerRegex = /ui-corner-([a-z]){2,6}/g; return $.widget( "ui.controlgroup", { - version: "@VERSION", + version: "1.14.0-beta.1", defaultElement: "<div>", options: { direction: "horizontal", diff --git a/ui/widgets/datepicker.js b/ui/widgets/datepicker.js index 605760572..8da0ac71b 100644 --- a/ui/widgets/datepicker.js +++ b/ui/widgets/datepicker.js @@ -1,6 +1,6 @@ /* eslint-disable max-len, camelcase */ /*! - * jQuery UI Datepicker @VERSION + * jQuery UI Datepicker 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -36,7 +36,7 @@ } )( function( $ ) { "use strict"; -$.extend( $.ui, { datepicker: { version: "@VERSION" } } ); +$.extend( $.ui, { datepicker: { version: "1.14.0-beta.1" } } ); var datepicker_instActive; @@ -2229,7 +2229,7 @@ $.fn.datepicker = function( options ) { $.datepicker = new Datepicker(); // singleton instance $.datepicker.initialized = false; $.datepicker.uuid = new Date().getTime(); -$.datepicker.version = "@VERSION"; +$.datepicker.version = "1.14.0-beta.1"; return $.datepicker; diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js index 4ba9d1117..69101ff91 100644 --- a/ui/widgets/dialog.js +++ b/ui/widgets/dialog.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Dialog @VERSION + * jQuery UI Dialog 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -45,7 +45,7 @@ "use strict"; $.widget( "ui.dialog", { - version: "@VERSION", + version: "1.14.0-beta.1", options: { appendTo: "body", autoOpen: true, diff --git a/ui/widgets/draggable.js b/ui/widgets/draggable.js index e0abdd26f..30111891e 100644 --- a/ui/widgets/draggable.js +++ b/ui/widgets/draggable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Draggable @VERSION + * jQuery UI Draggable 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -38,7 +38,7 @@ "use strict"; $.widget( "ui.draggable", $.ui.mouse, { - version: "@VERSION", + version: "1.14.0-beta.1", widgetEventPrefix: "drag", options: { addClasses: true, diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js index 1ff3833ba..d980016a0 100644 --- a/ui/widgets/droppable.js +++ b/ui/widgets/droppable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Droppable @VERSION + * jQuery UI Droppable 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -35,7 +35,7 @@ "use strict"; $.widget( "ui.droppable", { - version: "@VERSION", + version: "1.14.0-beta.1", widgetEventPrefix: "drop", options: { accept: "*", diff --git a/ui/widgets/menu.js b/ui/widgets/menu.js index f3fdc82c8..39b70b227 100644 --- a/ui/widgets/menu.js +++ b/ui/widgets/menu.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Menu @VERSION + * jQuery UI Menu 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -39,7 +39,7 @@ "use strict"; return $.widget( "ui.menu", { - version: "@VERSION", + version: "1.14.0-beta.1", defaultElement: "<ul>", delay: 300, options: { diff --git a/ui/widgets/mouse.js b/ui/widgets/mouse.js index ef9dd8dbe..d8df7ed41 100644 --- a/ui/widgets/mouse.js +++ b/ui/widgets/mouse.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Mouse @VERSION + * jQuery UI Mouse 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -37,7 +37,7 @@ $( document ).on( "mouseup", function() { } ); return $.widget( "ui.mouse", { - version: "@VERSION", + version: "1.14.0-beta.1", options: { cancel: "input, textarea, button, select, option", distance: 1, diff --git a/ui/widgets/progressbar.js b/ui/widgets/progressbar.js index 20e96440a..353f04a57 100644 --- a/ui/widgets/progressbar.js +++ b/ui/widgets/progressbar.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Progressbar @VERSION + * jQuery UI Progressbar 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -38,7 +38,7 @@ "use strict"; return $.widget( "ui.progressbar", { - version: "@VERSION", + version: "1.14.0-beta.1", options: { classes: { "ui-progressbar": "ui-corner-all", diff --git a/ui/widgets/resizable.js b/ui/widgets/resizable.js index 1698d55e8..0eb9db7aa 100644 --- a/ui/widgets/resizable.js +++ b/ui/widgets/resizable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Resizable @VERSION + * jQuery UI Resizable 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -39,7 +39,7 @@ "use strict"; $.widget( "ui.resizable", $.ui.mouse, { - version: "@VERSION", + version: "1.14.0-beta.1", widgetEventPrefix: "resize", options: { alsoResize: false, diff --git a/ui/widgets/selectable.js b/ui/widgets/selectable.js index 0c35154b3..92cc559d5 100644 --- a/ui/widgets/selectable.js +++ b/ui/widgets/selectable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Selectable @VERSION + * jQuery UI Selectable 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -35,7 +35,7 @@ "use strict"; return $.widget( "ui.selectable", $.ui.mouse, { - version: "@VERSION", + version: "1.14.0-beta.1", options: { appendTo: "body", autoRefresh: true, diff --git a/ui/widgets/selectmenu.js b/ui/widgets/selectmenu.js index f1b48fa60..fce939c2e 100644 --- a/ui/widgets/selectmenu.js +++ b/ui/widgets/selectmenu.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Selectmenu @VERSION + * jQuery UI Selectmenu 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -44,7 +44,7 @@ "use strict"; return $.widget( "ui.selectmenu", [ $.ui.formResetMixin, { - version: "@VERSION", + version: "1.14.0-beta.1", defaultElement: "<select>", options: { appendTo: null, diff --git a/ui/widgets/slider.js b/ui/widgets/slider.js index 7f676b414..61ed14dcf 100644 --- a/ui/widgets/slider.js +++ b/ui/widgets/slider.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Slider @VERSION + * jQuery UI Slider 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -38,7 +38,7 @@ "use strict"; return $.widget( "ui.slider", $.ui.mouse, { - version: "@VERSION", + version: "1.14.0-beta.1", widgetEventPrefix: "slide", options: { diff --git a/ui/widgets/sortable.js b/ui/widgets/sortable.js index 55b570bb4..2b3ff20d5 100644 --- a/ui/widgets/sortable.js +++ b/ui/widgets/sortable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Sortable @VERSION + * jQuery UI Sortable 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -37,7 +37,7 @@ "use strict"; return $.widget( "ui.sortable", $.ui.mouse, { - version: "@VERSION", + version: "1.14.0-beta.1", widgetEventPrefix: "sort", ready: false, options: { diff --git a/ui/widgets/spinner.js b/ui/widgets/spinner.js index d999d85d7..379301380 100644 --- a/ui/widgets/spinner.js +++ b/ui/widgets/spinner.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Spinner @VERSION + * jQuery UI Spinner 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -49,7 +49,7 @@ function spinnerModifier( fn ) { } $.widget( "ui.spinner", { - version: "@VERSION", + version: "1.14.0-beta.1", defaultElement: "<input>", widgetEventPrefix: "spin", options: { diff --git a/ui/widgets/tabs.js b/ui/widgets/tabs.js index 72b868e4f..6e44294aa 100644 --- a/ui/widgets/tabs.js +++ b/ui/widgets/tabs.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Tabs @VERSION + * jQuery UI Tabs 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -38,7 +38,7 @@ "use strict"; $.widget( "ui.tabs", { - version: "@VERSION", + version: "1.14.0-beta.1", delay: 300, options: { active: null, diff --git a/ui/widgets/tooltip.js b/ui/widgets/tooltip.js index d23da1922..fa625b927 100644 --- a/ui/widgets/tooltip.js +++ b/ui/widgets/tooltip.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Tooltip @VERSION + * jQuery UI Tooltip 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -39,7 +39,7 @@ "use strict"; $.widget( "ui.tooltip", { - version: "@VERSION", + version: "1.14.0-beta.1", options: { classes: { "ui-tooltip": "ui-corner-all ui-widget-shadow" |