aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2016-04-21 17:07:11 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2016-04-21 17:07:11 +0200
commit00d4a9c4d4ba2c40f544bc907fb31d0cc61ce0eb (patch)
tree5fecb06b575a2d5fe79590f4aa570b5177195ab0 /ui/widgets
parent010f5f9d13b7d6f1c13482825547ee95d3033e40 (diff)
downloadjquery-ui-1.12.0-rc.2.tar.gz
jquery-ui-1.12.0-rc.2.zip
1.12.0-rc.21.12.0-rc.2
Diffstat (limited to 'ui/widgets')
-rw-r--r--ui/widgets/accordion.js4
-rw-r--r--ui/widgets/autocomplete.js4
-rw-r--r--ui/widgets/button.js4
-rw-r--r--ui/widgets/checkboxradio.js4
-rw-r--r--ui/widgets/controlgroup.js4
-rw-r--r--ui/widgets/datepicker.js6
-rw-r--r--ui/widgets/dialog.js4
-rw-r--r--ui/widgets/draggable.js4
-rw-r--r--ui/widgets/droppable.js4
-rw-r--r--ui/widgets/menu.js4
-rw-r--r--ui/widgets/mouse.js4
-rw-r--r--ui/widgets/progressbar.js4
-rw-r--r--ui/widgets/resizable.js4
-rw-r--r--ui/widgets/selectable.js4
-rw-r--r--ui/widgets/selectmenu.js4
-rw-r--r--ui/widgets/slider.js4
-rw-r--r--ui/widgets/sortable.js4
-rw-r--r--ui/widgets/spinner.js4
-rw-r--r--ui/widgets/tabs.js4
-rw-r--r--ui/widgets/tooltip.js4
20 files changed, 41 insertions, 41 deletions
diff --git a/ui/widgets/accordion.js b/ui/widgets/accordion.js
index 530d73543..46efae5be 100644
--- a/ui/widgets/accordion.js
+++ b/ui/widgets/accordion.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Accordion @VERSION
+ * jQuery UI Accordion 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -37,7 +37,7 @@
}( function( $ ) {
return $.widget( "ui.accordion", {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
options: {
active: 0,
animate: {},
diff --git a/ui/widgets/autocomplete.js b/ui/widgets/autocomplete.js
index 079b0dab0..4d7dda7bf 100644
--- a/ui/widgets/autocomplete.js
+++ b/ui/widgets/autocomplete.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Autocomplete @VERSION
+ * jQuery UI Autocomplete 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -37,7 +37,7 @@
}( function( $ ) {
$.widget( "ui.autocomplete", {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
defaultElement: "<input>",
options: {
appendTo: null,
diff --git a/ui/widgets/button.js b/ui/widgets/button.js
index 50da9f9e2..f09642a9e 100644
--- a/ui/widgets/button.js
+++ b/ui/widgets/button.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Button @VERSION
+ * jQuery UI Button 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -39,7 +39,7 @@
}( function( $ ) {
$.widget( "ui.button", {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
defaultElement: "<button>",
options: {
classes: {
diff --git a/ui/widgets/checkboxradio.js b/ui/widgets/checkboxradio.js
index 0052b1950..8975818ec 100644
--- a/ui/widgets/checkboxradio.js
+++ b/ui/widgets/checkboxradio.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Checkboxradio @VERSION
+ * jQuery UI Checkboxradio 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -36,7 +36,7 @@
}( function( $ ) {
$.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
options: {
disabled: null,
label: null,
diff --git a/ui/widgets/controlgroup.js b/ui/widgets/controlgroup.js
index 1f0da070e..2c2040669 100644
--- a/ui/widgets/controlgroup.js
+++ b/ui/widgets/controlgroup.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Controlgroup @VERSION
+ * jQuery UI Controlgroup 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -32,7 +32,7 @@
}( function( $ ) {
return $.widget( "ui.controlgroup", {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
defaultElement: "<div>",
options: {
direction: "horizontal",
diff --git a/ui/widgets/datepicker.js b/ui/widgets/datepicker.js
index 1271de200..395ac7447 100644
--- a/ui/widgets/datepicker.js
+++ b/ui/widgets/datepicker.js
@@ -1,7 +1,7 @@
// jscs:disable maximumLineLength
/* jscs:disable requireCamelCaseOrUpperCaseIdentifiers */
/*!
- * jQuery UI Datepicker @VERSION
+ * jQuery UI Datepicker 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -34,7 +34,7 @@
}
}( function( $ ) {
-$.extend( $.ui, { datepicker: { version: "@VERSION" } } );
+$.extend( $.ui, { datepicker: { version: "1.12.0-rc.2" } } );
var datepicker_instActive;
@@ -2113,7 +2113,7 @@ $.fn.datepicker = function( options ) {
$.datepicker = new Datepicker(); // singleton instance
$.datepicker.initialized = false;
$.datepicker.uuid = new Date().getTime();
-$.datepicker.version = "@VERSION";
+$.datepicker.version = "1.12.0-rc.2";
return $.datepicker;
diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js
index 1bbb3fcd2..bb5090972 100644
--- a/ui/widgets/dialog.js
+++ b/ui/widgets/dialog.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Dialog @VERSION
+ * jQuery UI Dialog 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -44,7 +44,7 @@
}( function( $ ) {
$.widget( "ui.dialog", {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
options: {
appendTo: "body",
autoOpen: true,
diff --git a/ui/widgets/draggable.js b/ui/widgets/draggable.js
index 6b862d0d0..71a1b16b6 100644
--- a/ui/widgets/draggable.js
+++ b/ui/widgets/draggable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Draggable @VERSION
+ * jQuery UI Draggable 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -37,7 +37,7 @@
}( function( $ ) {
$.widget( "ui.draggable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
widgetEventPrefix: "drag",
options: {
addClasses: true,
diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js
index f683c7893..36cb02976 100644
--- a/ui/widgets/droppable.js
+++ b/ui/widgets/droppable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Droppable @VERSION
+ * jQuery UI Droppable 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -32,7 +32,7 @@
}( function( $ ) {
$.widget( "ui.droppable", {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
widgetEventPrefix: "drop",
options: {
accept: "*",
diff --git a/ui/widgets/menu.js b/ui/widgets/menu.js
index 73800506f..e38814d79 100644
--- a/ui/widgets/menu.js
+++ b/ui/widgets/menu.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Menu @VERSION
+ * jQuery UI Menu 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -37,7 +37,7 @@
}( function( $ ) {
return $.widget( "ui.menu", {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
defaultElement: "<ul>",
delay: 300,
options: {
diff --git a/ui/widgets/mouse.js b/ui/widgets/mouse.js
index 0ae8979a1..b100228cc 100644
--- a/ui/widgets/mouse.js
+++ b/ui/widgets/mouse.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Mouse @VERSION
+ * jQuery UI Mouse 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -35,7 +35,7 @@ $( document ).on( "mouseup", function() {
} );
return $.widget( "ui.mouse", {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
options: {
cancel: "input, textarea, button, select, option",
distance: 1,
diff --git a/ui/widgets/progressbar.js b/ui/widgets/progressbar.js
index dd7ee3143..f366dfffe 100644
--- a/ui/widgets/progressbar.js
+++ b/ui/widgets/progressbar.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Progressbar @VERSION
+ * jQuery UI Progressbar 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -35,7 +35,7 @@
}( function( $ ) {
return $.widget( "ui.progressbar", {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
options: {
classes: {
"ui-progressbar": "ui-corner-all",
diff --git a/ui/widgets/resizable.js b/ui/widgets/resizable.js
index 74863a055..670a22b5a 100644
--- a/ui/widgets/resizable.js
+++ b/ui/widgets/resizable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Resizable @VERSION
+ * jQuery UI Resizable 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -36,7 +36,7 @@
}( function( $ ) {
$.widget( "ui.resizable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
widgetEventPrefix: "resize",
options: {
alsoResize: false,
diff --git a/ui/widgets/selectable.js b/ui/widgets/selectable.js
index ed980cc49..daafd800e 100644
--- a/ui/widgets/selectable.js
+++ b/ui/widgets/selectable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Selectable @VERSION
+ * jQuery UI Selectable 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -32,7 +32,7 @@
}( function( $ ) {
return $.widget( "ui.selectable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
options: {
appendTo: "body",
autoRefresh: true,
diff --git a/ui/widgets/selectmenu.js b/ui/widgets/selectmenu.js
index 900a245f7..9d269389c 100644
--- a/ui/widgets/selectmenu.js
+++ b/ui/widgets/selectmenu.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Selectmenu @VERSION
+ * jQuery UI Selectmenu 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -42,7 +42,7 @@
}( function( $ ) {
return $.widget( "ui.selectmenu", [ $.ui.formResetMixin, {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
defaultElement: "<select>",
options: {
appendTo: null,
diff --git a/ui/widgets/slider.js b/ui/widgets/slider.js
index 4c1bdc05e..4115f525b 100644
--- a/ui/widgets/slider.js
+++ b/ui/widgets/slider.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Slider @VERSION
+ * jQuery UI Slider 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -35,7 +35,7 @@
}( function( $ ) {
return $.widget( "ui.slider", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
widgetEventPrefix: "slide",
options: {
diff --git a/ui/widgets/sortable.js b/ui/widgets/sortable.js
index 2a9ce22ca..c1aa5d8a3 100644
--- a/ui/widgets/sortable.js
+++ b/ui/widgets/sortable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Sortable @VERSION
+ * jQuery UI Sortable 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -35,7 +35,7 @@
}( function( $ ) {
return $.widget( "ui.sortable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
widgetEventPrefix: "sort",
ready: false,
options: {
diff --git a/ui/widgets/spinner.js b/ui/widgets/spinner.js
index 447944344..1b82b451d 100644
--- a/ui/widgets/spinner.js
+++ b/ui/widgets/spinner.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Spinner @VERSION
+ * jQuery UI Spinner 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -47,7 +47,7 @@ function spinnerModifer( fn ) {
}
$.widget( "ui.spinner", {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
defaultElement: "<input>",
widgetEventPrefix: "spin",
options: {
diff --git a/ui/widgets/tabs.js b/ui/widgets/tabs.js
index a0a967c56..1e5f18c21 100644
--- a/ui/widgets/tabs.js
+++ b/ui/widgets/tabs.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Tabs @VERSION
+ * jQuery UI Tabs 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -37,7 +37,7 @@
}( function( $ ) {
$.widget( "ui.tabs", {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
delay: 300,
options: {
active: null,
diff --git a/ui/widgets/tooltip.js b/ui/widgets/tooltip.js
index a8f45bc87..00b04424e 100644
--- a/ui/widgets/tooltip.js
+++ b/ui/widgets/tooltip.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Tooltip @VERSION
+ * jQuery UI Tooltip 1.12.0-rc.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -36,7 +36,7 @@
}( function( $ ) {
$.widget( "ui.tooltip", {
- version: "@VERSION",
+ version: "1.12.0-rc.2",
options: {
classes: {
"ui-tooltip": "ui-corner-all ui-widget-shadow"