mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Docs: Change a few most common domains from HTTP to HTTPS
Also, update a few stale URLs to what they redirect now to. Closes gh-2244
This commit is contained in:
parent
28895912d7
commit
4966aea381
@ -1,5 +1,5 @@
|
|||||||
Authors ordered by first contribution
|
Authors ordered by first contribution
|
||||||
A list of current team members is available at http://jqueryui.com/about
|
A list of current team members is available at https://jqueryui.com/about
|
||||||
|
|
||||||
Paul Bakaus <paul.bakaus@gmail.com>
|
Paul Bakaus <paul.bakaus@gmail.com>
|
||||||
Richard Worth <rdworth@gmail.com>
|
Richard Worth <rdworth@gmail.com>
|
||||||
@ -42,7 +42,7 @@ Adam Sontag <ajpiano@ajpiano.com>
|
|||||||
Carl Fürstenberg <carl@excito.com>
|
Carl Fürstenberg <carl@excito.com>
|
||||||
Kevin Dalman <development@allpro.net>
|
Kevin Dalman <development@allpro.net>
|
||||||
Alberto Fernández Capel <afcapel@gmail.com>
|
Alberto Fernández Capel <afcapel@gmail.com>
|
||||||
Jacek Jędrzejewski (http://jacek.jedrzejewski.name)
|
Jacek Jędrzejewski (https://jacek.jedrzejewski.name)
|
||||||
Ting Kuei <ting@kuei.com>
|
Ting Kuei <ting@kuei.com>
|
||||||
Samuel Cormier-Iijima <sam@chide.it>
|
Samuel Cormier-Iijima <sam@chide.it>
|
||||||
Jon Palmer <jonspalmer@gmail.com>
|
Jon Palmer <jonspalmer@gmail.com>
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
# Contributing to jQuery UI
|
# Contributing to jQuery UI
|
||||||
|
|
||||||
Welcome! Thanks for your interest in contributing to jQuery UI. Most of our information on how to contribute to this and all other jQuery projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](http://contribute.jquery.org/code).
|
Welcome! Thanks for your interest in contributing to jQuery UI. Most of our information on how to contribute to this and all other jQuery projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](https://contribute.jquery.org/code).
|
||||||
|
|
||||||
You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](http://contribute.jquery.org/cla).
|
You may also want to take a look at our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla).
|
||||||
|
|
||||||
You can find us on [IRC](http://irc.jquery.org), specifically in #jqueryui-dev should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](http://contribute.jquery.org/open-source/). For other forms of discussion and support, please see the [jQuery UI support center](http://jqueryui.com/support/).
|
You can find us on [IRC](https://irc.jquery.org), specifically in #jqueryui-dev should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](https://contribute.jquery.org/open-source/). For other forms of discussion and support, please see the [jQuery UI support center](https://jqueryui.com/support/).
|
||||||
|
|
||||||
## Getting Involved
|
## Getting Involved
|
||||||
|
|
||||||
There are a number of ways to get involved with the development of jQuery UI. Even if you've never contributed code to an Open Source project before, we're always looking for help identifying bugs, writing and reducing test cases and documentation.
|
There are a number of ways to get involved with the development of jQuery UI. Even if you've never contributed code to an Open Source project before, we're always looking for help identifying bugs, writing and reducing test cases and documentation.
|
||||||
|
|
||||||
This is the best way to contribute to jQuery UI. Please read through the full guide detailing [How to Report Bugs](http://contribute.jquery.org/bug-reports/).
|
This is the best way to contribute to jQuery UI. Please read through the full guide detailing [How to Report Bugs](https://contribute.jquery.org/bug-reports/).
|
||||||
|
|
||||||
## Tips for Getting Started
|
## Tips for Getting Started
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ The tests can run in any local web server. Ideally you should test your patch in
|
|||||||
|
|
||||||
### Environment: Getting the Source
|
### Environment: Getting the Source
|
||||||
|
|
||||||
* Create a fork of the jQuery UI repo on GitHub at http://github.com/jquery/jquery-ui. This will create a fork of jquery-ui in your Github account.
|
* Create a fork of the jQuery UI repo on GitHub at https://github.com/jquery/jquery-ui. This will create a fork of jquery-ui in your Github account.
|
||||||
* You may want to clone jquery-ui under the path to your web server. If so, change to the required directory
|
* You may want to clone jquery-ui under the path to your web server. If so, change to the required directory
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -59,7 +59,7 @@ git pull upstream main
|
|||||||
|
|
||||||
jQuery UI uses Node.js to automate the building and validation of source code. Here is how to set that up:
|
jQuery UI uses Node.js to automate the building and validation of source code. Here is how to set that up:
|
||||||
|
|
||||||
* Get [Node.js](http://nodejs.org/) (includes NPM, necessary for the next step)
|
* Get [Node.js](https://nodejs.org/) (includes NPM, necessary for the next step)
|
||||||
* Install local Node.js modules
|
* Install local Node.js modules
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -69,10 +69,10 @@ npm install
|
|||||||
The tests require a local web server and the samples contain some PHP, so a PHP web server may be useful.
|
The tests require a local web server and the samples contain some PHP, so a PHP web server may be useful.
|
||||||
|
|
||||||
* Install a web server. Here are some you could use:
|
* Install a web server. Here are some you could use:
|
||||||
* Windows: [WAMP download](http://www.wampserver.com/en/)
|
* Windows: [WAMP download](https://www.wampserver.com/en/)
|
||||||
* Mac: [MAMP download](http://www.mamp.info/en/index.html)
|
* Mac: [MAMP download](https://www.mamp.info/en/mac/)
|
||||||
* Linux: [Setting up LAMP](https://www.linux.com/learn/tutorials/288158-easy-lamp-server-installation)
|
* Linux: [Setting up LAMP](https://www.linux.com/learn/tutorials/288158-easy-lamp-server-installation)
|
||||||
* [Mongoose (most platforms)](http://code.google.com/p/mongoose/)
|
* [Mongoose (most platforms)](https://code.google.com/archive/p/mongoose/)
|
||||||
* [http-server](https://www.npmjs.com/package/http-server)
|
* [http-server](https://www.npmjs.com/package/http-server)
|
||||||
|
|
||||||
### Running the Tests
|
### Running the Tests
|
||||||
@ -85,4 +85,4 @@ npm test
|
|||||||
|
|
||||||
To run the tests for a specific plugin in your browser, open the appropriate file from the `/tests/unit/` directory, for example: `http://localhost/tests/unit/accordion/accordion.html`. The domain will be dependent on your local server configuration; if there is a port, be sure to include it.
|
To run the tests for a specific plugin in your browser, open the appropriate file from the `/tests/unit/` directory, for example: `http://localhost/tests/unit/accordion/accordion.html`. The domain will be dependent on your local server configuration; if there is a port, be sure to include it.
|
||||||
|
|
||||||
Ideally you would test in all of our [supported browsers](http://jqueryui.com/browser-support/), but if you don't have all of these browsers available, that's ok.
|
Ideally you would test in all of our [supported browsers](https://jqueryui.com/browser-support/), but if you don't have all of these browsers available, that's ok.
|
||||||
|
@ -473,7 +473,7 @@ grunt.registerTask( "update-authors", function() {
|
|||||||
|
|
||||||
authors = authors.map( function( author ) {
|
authors = authors.map( function( author ) {
|
||||||
if ( author.match( /^Jacek Jędrzejewski </ ) ) {
|
if ( author.match( /^Jacek Jędrzejewski </ ) ) {
|
||||||
return "Jacek Jędrzejewski (http://jacek.jedrzejewski.name)";
|
return "Jacek Jędrzejewski (https://jacek.jedrzejewski.name)";
|
||||||
} else if ( author.match( /^Pawel Maruszczyk </ ) ) {
|
} else if ( author.match( /^Pawel Maruszczyk </ ) ) {
|
||||||
return "Pawel Maruszczyk (http://hrabstwo.net)";
|
return "Pawel Maruszczyk (http://hrabstwo.net)";
|
||||||
} else {
|
} else {
|
||||||
@ -483,7 +483,7 @@ grunt.registerTask( "update-authors", function() {
|
|||||||
|
|
||||||
grunt.file.write( "AUTHORS.txt",
|
grunt.file.write( "AUTHORS.txt",
|
||||||
"Authors ordered by first contribution\n" +
|
"Authors ordered by first contribution\n" +
|
||||||
"A list of current team members is available at http://jqueryui.com/about\n\n" +
|
"A list of current team members is available at https://jqueryui.com/about\n\n" +
|
||||||
authors.join( "\n" ) + "\n" );
|
authors.join( "\n" ) + "\n" );
|
||||||
done();
|
done();
|
||||||
} );
|
} );
|
||||||
|
14
README.md
14
README.md
@ -1,23 +1,23 @@
|
|||||||
# [jQuery UI](http://jqueryui.com/) - Interactions and Widgets for the web
|
# [jQuery UI](https://jqueryui.com/) - Interactions and Widgets for the web
|
||||||
|
|
||||||
_**Note:** jQuery UI is in maintenance-only mode. Please read [the project status blog post](https://blog.jqueryui.com/2021/10/jquery-maintainers-update-and-transition-jquery-ui-as-part-of-overall-modernization-efforts/) for more information._
|
_**Note:** jQuery UI is in maintenance-only mode. Please read [the project status blog post](https://blog.jqueryui.com/2021/10/jquery-maintainers-update-and-transition-jquery-ui-as-part-of-overall-modernization-efforts/) for more information._
|
||||||
|
|
||||||
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Whether you're building highly interactive web applications, or you just need to add a date picker to a form control, jQuery UI is the perfect choice.
|
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Whether you're building highly interactive web applications, or you just need to add a date picker to a form control, jQuery UI is the perfect choice.
|
||||||
|
|
||||||
If you want to use jQuery UI, go to [jqueryui.com](http://jqueryui.com) to get started, [jqueryui.com/demos/](http://jqueryui.com/demos/) for demos, [api.jqueryui.com](http://api.jqueryui.com/) for API documentation, or the [Using jQuery UI Forum](http://forum.jquery.com/using-jquery-ui) for discussions and questions.
|
If you want to use jQuery UI, go to [jqueryui.com](https://jqueryui.com) to get started, [jqueryui.com/demos/](https://jqueryui.com/demos/) for demos, [api.jqueryui.com](https://api.jqueryui.com/) for API documentation, or the [Using jQuery UI Forum](https://forum.jquery.com/using-jquery-ui) for discussions and questions.
|
||||||
|
|
||||||
If you want to report a bug/issue, please visit [the GitHub issues page](https://github.com/jquery/jquery-ui/issues). Archive of older bug reports is kept for historical reasons in read-only mode at [bugs.jqueryui.com](http://bugs.jqueryui.com). If any of them still matters to you, please open a bug about it on GitHub, linking to the legacy [bugs.jqueryui.com](http://bugs.jqueryui.com) issue for context.
|
If you want to report a bug/issue, please visit [the GitHub issues page](https://github.com/jquery/jquery-ui/issues). Archive of older bug reports is kept for historical reasons in read-only mode at [bugs.jqueryui.com](https://bugs.jqueryui.com). If any of them still matters to you, please open a bug about it on GitHub, linking to the legacy [bugs.jqueryui.com](https://bugs.jqueryui.com) issue for context.
|
||||||
|
|
||||||
If you are interested in helping develop jQuery UI, you are in the right place.
|
If you are interested in helping develop jQuery UI, you are in the right place.
|
||||||
To discuss development with team members and the community, visit the [Developing jQuery UI Forum](http://forum.jquery.com/developing-jquery-ui) or [#jqueryui-dev on irc.freenode.net](http://irc.jquery.org/).
|
To discuss development with team members and the community, visit the [Developing jQuery UI Forum](https://forum.jquery.com/developing-jquery-ui) or [#jqueryui-dev on irc.freenode.net](https://irc.jquery.org/).
|
||||||
|
|
||||||
|
|
||||||
## For Contributors
|
## For Contributors
|
||||||
|
|
||||||
If you want to help and provide a patch for a bugfix or new feature, please take
|
If you want to help and provide a patch for a bugfix or new feature, please take
|
||||||
a few minutes and look at [our Getting Involved guide](http://wiki.jqueryui.com/w/page/35263114/Getting-Involved).
|
a few minutes and look at [our Getting Involved guide](https://wiki.jqueryui.com/w/page/35263114/Getting-Involved).
|
||||||
In particular check out the [Coding standards](http://wiki.jqueryui.com/w/page/12137737/Coding-standards)
|
In particular check out the [Coding standards](https://wiki.jqueryui.com/w/page/12137737/Coding-standards)
|
||||||
and [Commit Message Style Guide](http://contribute.jquery.org/commits-and-pull-requests/#commit-guidelines).
|
and [Commit Message Style Guide](https://contribute.jquery.org/commits-and-pull-requests/#commit-guidelines).
|
||||||
|
|
||||||
In general, fork the project, create a branch for a specific change and send a
|
In general, fork the project, create a branch for a specific change and send a
|
||||||
pull request for that branch. Don't mix unrelated changes. You can use the commit
|
pull request for that branch. Don't mix unrelated changes. You can use the commit
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<script src="../bootstrap.js" data-modules="effect">
|
<script src="../bootstrap.js" data-modules="effect">
|
||||||
var dialog, form,
|
var dialog, form,
|
||||||
|
|
||||||
// From http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#e-mail-state-%28type=email%29
|
// From https://html.spec.whatwg.org/multipage/input.html#e-mail-state-%28type=email%29
|
||||||
emailRegex = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
|
emailRegex = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
|
||||||
name = $( "#name" ),
|
name = $( "#name" ),
|
||||||
email = $( "#email" ),
|
email = $( "#email" ),
|
||||||
|
10
package.json
10
package.json
@ -3,7 +3,7 @@
|
|||||||
"title": "jQuery UI",
|
"title": "jQuery UI",
|
||||||
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
|
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
|
||||||
"version": "1.13.3-pre",
|
"version": "1.13.3-pre",
|
||||||
"homepage": "http://jqueryui.com",
|
"homepage": "https://jqueryui.com",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "OpenJS Foundation and other contributors",
|
"name": "OpenJS Foundation and other contributors",
|
||||||
"url": "https://github.com/jquery/jquery-ui/blob/main/AUTHORS.txt"
|
"url": "https://github.com/jquery/jquery-ui/blob/main/AUTHORS.txt"
|
||||||
@ -13,22 +13,22 @@
|
|||||||
{
|
{
|
||||||
"name": "Jörn Zaefferer",
|
"name": "Jörn Zaefferer",
|
||||||
"email": "joern.zaefferer@gmail.com",
|
"email": "joern.zaefferer@gmail.com",
|
||||||
"url": "http://bassistance.de"
|
"url": "https://bassistance.de"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Mike Sherov",
|
"name": "Mike Sherov",
|
||||||
"email": "mike.sherov@gmail.com",
|
"email": "mike.sherov@gmail.com",
|
||||||
"url": "http://mike.sherov.com"
|
"url": "https://mike.sherov.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "TJ VanToll",
|
"name": "TJ VanToll",
|
||||||
"email": "tj.vantoll@gmail.com",
|
"email": "tj.vantoll@gmail.com",
|
||||||
"url": "http://tjvantoll.com"
|
"url": "https://www.tjvantoll.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Felix Nagel",
|
"name": "Felix Nagel",
|
||||||
"email": "info@felixnagel.com",
|
"email": "info@felixnagel.com",
|
||||||
"url": "http://www.felixnagel.com"
|
"url": "https://www.felixnagel.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Alex Schmitz",
|
"name": "Alex Schmitz",
|
||||||
|
@ -50,7 +50,7 @@ QUnit.test( "{ active: false }", function( assert ) {
|
|||||||
assert.strictEqual( element.accordion( "option", "active" ), 0 );
|
assert.strictEqual( element.accordion( "option", "active" ), 0 );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/11938
|
// https://bugs.jqueryui.com/ticket/11938
|
||||||
QUnit.test( "{ active: false, collapsible: true }", function( assert ) {
|
QUnit.test( "{ active: false, collapsible: true }", function( assert ) {
|
||||||
assert.expect( 1 );
|
assert.expect( 1 );
|
||||||
var element = $( "#collapsible" ).accordion(),
|
var element = $( "#collapsible" ).accordion(),
|
||||||
|
@ -197,7 +197,7 @@ QUnit.test( "open", function( assert ) {
|
|||||||
assert.ok( element.dialog( "widget" ).is( ":visible" ) && !element.dialog( "widget" ).is( ":hidden" ), "dialog visible after open method called" );
|
assert.ok( element.dialog( "widget" ).is( ":visible" ) && !element.dialog( "widget" ).is( ":hidden" ), "dialog visible after open method called" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/6137
|
// https://bugs.jqueryui.com/ticket/6137
|
||||||
QUnit.test( "Ensure form elements don't reset when opening a dialog", function( assert ) {
|
QUnit.test( "Ensure form elements don't reset when opening a dialog", function( assert ) {
|
||||||
assert.expect( 2 );
|
assert.expect( 2 );
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ QUnit.test( "#8269: Removing draggable element on drop", function( assert ) {
|
|||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/7778
|
// https://bugs.jqueryui.com/ticket/7778
|
||||||
// drag element breaks in IE8 when its content is replaced onmousedown
|
// drag element breaks in IE8 when its content is replaced onmousedown
|
||||||
QUnit.test( "Stray mousemove after mousedown still drags", function( assert ) {
|
QUnit.test( "Stray mousemove after mousedown still drags", function( assert ) {
|
||||||
assert.expect( 2 );
|
assert.expect( 2 );
|
||||||
@ -186,11 +186,11 @@ QUnit.test( "scroll offset with fixed ancestors", function( assert ) {
|
|||||||
var startValue = 300,
|
var startValue = 300,
|
||||||
element = $( "#draggable1" )
|
element = $( "#draggable1" )
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/5009
|
// https://bugs.jqueryui.com/ticket/5009
|
||||||
// scroll not working with parent's position fixed
|
// scroll not working with parent's position fixed
|
||||||
.wrap( "<div id='wrapper' />" )
|
.wrap( "<div id='wrapper' />" )
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/9612
|
// https://bugs.jqueryui.com/ticket/9612
|
||||||
// abspos elements inside of fixed elements moving away from the mouse when scrolling
|
// abspos elements inside of fixed elements moving away from the mouse when scrolling
|
||||||
.wrap( "<div id='wrapper2' />" )
|
.wrap( "<div id='wrapper2' />" )
|
||||||
.draggable( {
|
.draggable( {
|
||||||
@ -221,7 +221,7 @@ $( [ "hidden", "auto", "scroll" ] ).each( function() {
|
|||||||
var overflow = this;
|
var overflow = this;
|
||||||
|
|
||||||
// Http://bugs.jqueryui.com/ticket/9379 - position bug in scrollable div
|
// Http://bugs.jqueryui.com/ticket/9379 - position bug in scrollable div
|
||||||
// http://bugs.jqueryui.com/ticket/10147 - Wrong position in a parent with "overflow: hidden"
|
// https://bugs.jqueryui.com/ticket/10147 - Wrong position in a parent with "overflow: hidden"
|
||||||
QUnit.test( "position in scrollable parent with overflow: " + overflow, function( assert ) {
|
QUnit.test( "position in scrollable parent with overflow: " + overflow, function( assert ) {
|
||||||
assert.expect( 2 );
|
assert.expect( 2 );
|
||||||
|
|
||||||
|
@ -124,7 +124,7 @@ QUnit.test( "stopping the stop callback", function( assert ) {
|
|||||||
assert.ok( element.draggable( "instance" ).helper, "the clone should not be deleted if the stop callback is stopped" );
|
assert.ok( element.draggable( "instance" ).helper, "the clone should not be deleted if the stop callback is stopped" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/6884
|
// https://bugs.jqueryui.com/ticket/6884
|
||||||
// Draggable: ui.offset.left differs between the "start" and "drag" hooks
|
// Draggable: ui.offset.left differs between the "start" and "drag" hooks
|
||||||
QUnit.test( "position and offset in hash is consistent between start, drag, and stop", function( assert ) {
|
QUnit.test( "position and offset in hash is consistent between start, drag, and stop", function( assert ) {
|
||||||
assert.expect( 4 );
|
assert.expect( 4 );
|
||||||
|
@ -280,7 +280,7 @@ QUnit.test( "connectToSortable, dragging out of a sortable", function( assert )
|
|||||||
|
|
||||||
$( element ).one( "dragstop", function( event, ui ) {
|
$( element ).one( "dragstop", function( event, ui ) {
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/8809
|
// https://bugs.jqueryui.com/ticket/8809
|
||||||
// Position issue when connected to sortable
|
// Position issue when connected to sortable
|
||||||
result = ui.helper.offset();
|
result = ui.helper.offset();
|
||||||
|
|
||||||
@ -324,7 +324,7 @@ QUnit.test( "connectToSortable, dragging clone into sortable", function( assert
|
|||||||
$( sortable ).one( "sort", function( event, ui ) {
|
$( sortable ).one( "sort", function( event, ui ) {
|
||||||
offsetPlaceholder = ui.placeholder.offset();
|
offsetPlaceholder = ui.placeholder.offset();
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/8809
|
// https://bugs.jqueryui.com/ticket/8809
|
||||||
// Position issue when connected to sortable
|
// Position issue when connected to sortable
|
||||||
assert.deepEqual( ui.helper.offset(), offsetSortable, "sortable offset is correct" );
|
assert.deepEqual( ui.helper.offset(), offsetSortable, "sortable offset is correct" );
|
||||||
assert.notDeepEqual( ui.helper.offset(), offsetPlaceholder, "offset not equal to placeholder" );
|
assert.notDeepEqual( ui.helper.offset(), offsetPlaceholder, "offset not equal to placeholder" );
|
||||||
@ -332,7 +332,7 @@ QUnit.test( "connectToSortable, dragging clone into sortable", function( assert
|
|||||||
|
|
||||||
$( sortable ).one( "sortstop", function( event, ui ) {
|
$( sortable ).one( "sortstop", function( event, ui ) {
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/9675
|
// https://bugs.jqueryui.com/ticket/9675
|
||||||
// Animation issue with revert and connectToSortable
|
// Animation issue with revert and connectToSortable
|
||||||
assert.deepEqual( ui.item.offset(), offsetPlaceholder, "offset eventually equals placeholder" );
|
assert.deepEqual( ui.item.offset(), offsetPlaceholder, "offset eventually equals placeholder" );
|
||||||
ready();
|
ready();
|
||||||
@ -571,7 +571,7 @@ QUnit.test( "containment, account for border", function( assert ) {
|
|||||||
"The draggable should be to the right of its parent's right border" );
|
"The draggable should be to the right of its parent's right border" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/7016
|
// https://bugs.jqueryui.com/ticket/7016
|
||||||
// draggable can be pulled out of containment in Chrome and IE8
|
// draggable can be pulled out of containment in Chrome and IE8
|
||||||
QUnit.test( "containment, element cant be pulled out of container", function( assert ) {
|
QUnit.test( "containment, element cant be pulled out of container", function( assert ) {
|
||||||
assert.expect( 1 );
|
assert.expect( 1 );
|
||||||
@ -898,7 +898,7 @@ QUnit.test( "helper, default, switching after initialization", function( assert
|
|||||||
testHelper.shouldMove( assert, element, "helper: original" );
|
testHelper.shouldMove( assert, element, "helper: original" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/9446
|
// https://bugs.jqueryui.com/ticket/9446
|
||||||
// Draggable: helper function cannot emulate default behavior
|
// Draggable: helper function cannot emulate default behavior
|
||||||
QUnit.test( "helper, function returning original element", function( assert ) {
|
QUnit.test( "helper, function returning original element", function( assert ) {
|
||||||
assert.expect( 1 );
|
assert.expect( 1 );
|
||||||
@ -1490,7 +1490,7 @@ QUnit.test( "iframeFix", function( assert ) {
|
|||||||
var divOffset, iframeOffset,
|
var divOffset, iframeOffset,
|
||||||
div = $( this ).children().not( "iframe" );
|
div = $( this ).children().not( "iframe" );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/9671
|
// https://bugs.jqueryui.com/ticket/9671
|
||||||
// iframeFix doesn't handle iframes that move
|
// iframeFix doesn't handle iframes that move
|
||||||
assert.equal( div.length, 1, "blocking div added as sibling" );
|
assert.equal( div.length, 1, "blocking div added as sibling" );
|
||||||
assert.equal( div.outerWidth(), iframe.outerWidth(), "blocking div is wide enough" );
|
assert.equal( div.outerWidth(), iframe.outerWidth(), "blocking div is wide enough" );
|
||||||
|
@ -8,8 +8,8 @@ define( [
|
|||||||
|
|
||||||
QUnit.module( "slider: events", { afterEach: helper.moduleAfterEach } );
|
QUnit.module( "slider: events", { afterEach: helper.moduleAfterEach } );
|
||||||
|
|
||||||
//Specs from http://wiki.jqueryui.com/Slider#specs
|
// Specs from https://wiki.jqueryui.com/Slider#specs
|
||||||
//"change callback: triggers when the slider has stopped moving and has a new
|
// "change callback: triggers when the slider has stopped moving and has a new
|
||||||
// value (even if same as previous value), via mouse(mouseup) or keyboard(keyup)
|
// value (even if same as previous value), via mouse(mouseup) or keyboard(keyup)
|
||||||
// or value method/option"
|
// or value method/option"
|
||||||
QUnit.test( "mouse based interaction", function( assert ) {
|
QUnit.test( "mouse based interaction", function( assert ) {
|
||||||
|
@ -205,7 +205,7 @@ QUnit.test( "orientation", function( assert ) {
|
|||||||
element.slider( "destroy" );
|
element.slider( "destroy" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
//spec: http://wiki.jqueryui.com/Slider#specs
|
// spec: https://wiki.jqueryui.com/Slider#specs
|
||||||
// value option/method: the value option is not restricted by min/max/step.
|
// value option/method: the value option is not restricted by min/max/step.
|
||||||
// What is returned by the value method is restricted by min (>=), max (<=), and step (even multiple)
|
// What is returned by the value method is restricted by min (>=), max (<=), and step (even multiple)
|
||||||
QUnit.test( "step", function( assert ) {
|
QUnit.test( "step", function( assert ) {
|
||||||
|
@ -263,7 +263,7 @@ QUnit.test( "over", function( assert ) {
|
|||||||
assert.equal( overCount, 1, "over fires only once" );
|
assert.equal( overCount, 1, "over fires only once" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/9335
|
// https://bugs.jqueryui.com/ticket/9335
|
||||||
// Sortable: over & out events does not consistently fire
|
// Sortable: over & out events does not consistently fire
|
||||||
QUnit.test( "over, fires with draggable connected to sortable", function( assert ) {
|
QUnit.test( "over, fires with draggable connected to sortable", function( assert ) {
|
||||||
assert.expect( 3 );
|
assert.expect( 3 );
|
||||||
|
@ -135,7 +135,7 @@ QUnit.test( "tooltip on .ui-state-disabled element", function( assert ) {
|
|||||||
assert.equal( $( ".ui-tooltip" ).length, 0 );
|
assert.equal( $( ".ui-tooltip" ).length, 0 );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/8740
|
// https://bugs.jqueryui.com/ticket/8740
|
||||||
QUnit.test( "programmatic focus with async content", function( assert ) {
|
QUnit.test( "programmatic focus with async content", function( assert ) {
|
||||||
var ready = assert.async();
|
var ready = assert.async();
|
||||||
assert.expect( 2 );
|
assert.expect( 2 );
|
||||||
@ -185,7 +185,7 @@ QUnit.test( "destroy during hide animation; only one close event", function( ass
|
|||||||
} );
|
} );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/10602
|
// https://bugs.jqueryui.com/ticket/10602
|
||||||
QUnit.test( "multiple active delegated tooltips", function( assert ) {
|
QUnit.test( "multiple active delegated tooltips", function( assert ) {
|
||||||
var ready = assert.async();
|
var ready = assert.async();
|
||||||
assert.expect( 1 );
|
assert.expect( 1 );
|
||||||
@ -234,7 +234,7 @@ QUnit.test( "multiple active delegated tooltips", function( assert ) {
|
|||||||
step1();
|
step1();
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/11272
|
// https://bugs.jqueryui.com/ticket/11272
|
||||||
QUnit.test( "remove conflicting attributes from live region", function( assert ) {
|
QUnit.test( "remove conflicting attributes from live region", function( assert ) {
|
||||||
assert.expect( 2 );
|
assert.expect( 2 );
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ QUnit.test( "content: sync + async callback", function( assert ) {
|
|||||||
} ).tooltip( "open" );
|
} ).tooltip( "open" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/8740
|
// https://bugs.jqueryui.com/ticket/8740
|
||||||
QUnit.test( "content: async callback loses focus before load", function( assert ) {
|
QUnit.test( "content: async callback loses focus before load", function( assert ) {
|
||||||
var ready = assert.async();
|
var ready = assert.async();
|
||||||
assert.expect( 1 );
|
assert.expect( 1 );
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Accordion @VERSION
|
* jQuery UI Accordion @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/accordion/#theming
|
* https://api.jqueryui.com/accordion/#theming
|
||||||
*/
|
*/
|
||||||
.ui-accordion .ui-accordion-header {
|
.ui-accordion .ui-accordion-header {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI CSS Framework @VERSION
|
* jQuery UI CSS Framework @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/category/theming/
|
* https://api.jqueryui.com/category/theming/
|
||||||
*/
|
*/
|
||||||
@import "base.css";
|
@import "base.css";
|
||||||
@import "theme.css";
|
@import "theme.css";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Autocomplete @VERSION
|
* jQuery UI Autocomplete @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/autocomplete/#theming
|
* https://api.jqueryui.com/autocomplete/#theming
|
||||||
*/
|
*/
|
||||||
.ui-autocomplete {
|
.ui-autocomplete {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI CSS Framework @VERSION
|
* jQuery UI CSS Framework @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/category/theming/
|
* https://api.jqueryui.com/category/theming/
|
||||||
*/
|
*/
|
||||||
@import url("core.css");
|
@import url("core.css");
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Button @VERSION
|
* jQuery UI Button @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/button/#theming
|
* https://api.jqueryui.com/button/#theming
|
||||||
*/
|
*/
|
||||||
.ui-button {
|
.ui-button {
|
||||||
padding: .4em 1em;
|
padding: .4em 1em;
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Checkboxradio @VERSION
|
* jQuery UI Checkboxradio @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/checkboxradio/#theming
|
* https://api.jqueryui.com/checkboxradio/#theming
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.ui-checkboxradio-label .ui-icon-background {
|
.ui-checkboxradio-label .ui-icon-background {
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Controlgroup @VERSION
|
* jQuery UI Controlgroup @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/controlgroup/#theming
|
* https://api.jqueryui.com/controlgroup/#theming
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.ui-controlgroup {
|
.ui-controlgroup {
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI CSS Framework @VERSION
|
* jQuery UI CSS Framework @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/category/theming/
|
* https://api.jqueryui.com/category/theming/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Layout helpers
|
/* Layout helpers
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Datepicker @VERSION
|
* jQuery UI Datepicker @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/datepicker/#theming
|
* https://api.jqueryui.com/datepicker/#theming
|
||||||
*/
|
*/
|
||||||
.ui-datepicker {
|
.ui-datepicker {
|
||||||
width: 17em;
|
width: 17em;
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Dialog @VERSION
|
* jQuery UI Dialog @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/dialog/#theming
|
* https://api.jqueryui.com/dialog/#theming
|
||||||
*/
|
*/
|
||||||
.ui-dialog {
|
.ui-dialog {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Draggable @VERSION
|
* jQuery UI Draggable @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
.ui-draggable-handle {
|
.ui-draggable-handle {
|
||||||
-ms-touch-action: none;
|
-ms-touch-action: none;
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Menu @VERSION
|
* jQuery UI Menu @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/menu/#theming
|
* https://api.jqueryui.com/menu/#theming
|
||||||
*/
|
*/
|
||||||
.ui-menu {
|
.ui-menu {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Progressbar @VERSION
|
* jQuery UI Progressbar @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/progressbar/#theming
|
* https://api.jqueryui.com/progressbar/#theming
|
||||||
*/
|
*/
|
||||||
.ui-progressbar {
|
.ui-progressbar {
|
||||||
height: 2em;
|
height: 2em;
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Resizable @VERSION
|
* jQuery UI Resizable @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
.ui-resizable {
|
.ui-resizable {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Selectable @VERSION
|
* jQuery UI Selectable @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
.ui-selectable {
|
.ui-selectable {
|
||||||
-ms-touch-action: none;
|
-ms-touch-action: none;
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Selectmenu @VERSION
|
* jQuery UI Selectmenu @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/selectmenu/#theming
|
* https://api.jqueryui.com/selectmenu/#theming
|
||||||
*/
|
*/
|
||||||
.ui-selectmenu-menu {
|
.ui-selectmenu-menu {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Slider @VERSION
|
* jQuery UI Slider @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/slider/#theming
|
* https://api.jqueryui.com/slider/#theming
|
||||||
*/
|
*/
|
||||||
.ui-slider {
|
.ui-slider {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Sortable @VERSION
|
* jQuery UI Sortable @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
.ui-sortable-handle {
|
.ui-sortable-handle {
|
||||||
-ms-touch-action: none;
|
-ms-touch-action: none;
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Spinner @VERSION
|
* jQuery UI Spinner @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/spinner/#theming
|
* https://api.jqueryui.com/spinner/#theming
|
||||||
*/
|
*/
|
||||||
.ui-spinner {
|
.ui-spinner {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Tabs @VERSION
|
* jQuery UI Tabs @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/tabs/#theming
|
* https://api.jqueryui.com/tabs/#theming
|
||||||
*/
|
*/
|
||||||
.ui-tabs {
|
.ui-tabs {
|
||||||
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI CSS Framework @VERSION
|
* jQuery UI CSS Framework @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/category/theming/
|
* https://api.jqueryui.com/category/theming/
|
||||||
*
|
*
|
||||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/
|
* To view and modify this theme, visit https://jqueryui.com/themeroller/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Tooltip @VERSION
|
* jQuery UI Tooltip @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/tooltip/#theming
|
* https://api.jqueryui.com/tooltip/#theming
|
||||||
*/
|
*/
|
||||||
.ui-tooltip {
|
.ui-tooltip {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI :data @VERSION
|
* jQuery UI :data @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: :data Selector
|
//>>label: :data Selector
|
||||||
//>>group: Core
|
//>>group: Core
|
||||||
//>>description: Selects elements which have data stored under the specified key.
|
//>>description: Selects elements which have data stored under the specified key.
|
||||||
//>>docs: http://api.jqueryui.com/data-selector/
|
//>>docs: https://api.jqueryui.com/data-selector/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Disable Selection @VERSION
|
* jQuery UI Disable Selection @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: disableSelection
|
//>>label: disableSelection
|
||||||
//>>group: Core
|
//>>group: Core
|
||||||
//>>description: Disable selection of text content within the set of matched elements.
|
//>>description: Disable selection of text content within the set of matched elements.
|
||||||
//>>docs: http://api.jqueryui.com/disableSelection/
|
//>>docs: https://api.jqueryui.com/disableSelection/
|
||||||
|
|
||||||
// This file is deprecated
|
// This file is deprecated
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
|
12
ui/effect.js
12
ui/effect.js
@ -1,10 +1,10 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects @VERSION
|
* jQuery UI Effects @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Effects Core
|
//>>label: Effects Core
|
||||||
@ -12,8 +12,8 @@
|
|||||||
/* eslint-disable max-len */
|
/* eslint-disable max-len */
|
||||||
//>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.
|
//>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.
|
||||||
/* eslint-enable max-len */
|
/* eslint-enable max-len */
|
||||||
//>>docs: http://api.jqueryui.com/category/effects-core/
|
//>>docs: https://api.jqueryui.com/category/effects-core/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
@ -525,7 +525,7 @@ $.extend( $.effects, {
|
|||||||
|
|
||||||
// Lock in margins first to account for form elements, which
|
// Lock in margins first to account for form elements, which
|
||||||
// will change margin if you explicitly set height
|
// will change margin if you explicitly set height
|
||||||
// see: http://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.cgi?id=107380
|
// see: https://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.cgi?id=107380
|
||||||
// Support: Safari
|
// Support: Safari
|
||||||
element.css( {
|
element.css( {
|
||||||
marginTop: element.css( "marginTop" ),
|
marginTop: element.css( "marginTop" ),
|
||||||
@ -919,7 +919,7 @@ $.fx.step.clip = function( fx ) {
|
|||||||
|
|
||||||
( function() {
|
( function() {
|
||||||
|
|
||||||
// Based on easing equations from Robert Penner (http://www.robertpenner.com/easing)
|
// Based on easing equations from Robert Penner (http://robertpenner.com/easing)
|
||||||
|
|
||||||
var baseEasings = {};
|
var baseEasings = {};
|
||||||
|
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Blind @VERSION
|
* jQuery UI Effects Blind @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Blind Effect
|
//>>label: Blind Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Blinds the element.
|
//>>description: Blinds the element.
|
||||||
//>>docs: http://api.jqueryui.com/blind-effect/
|
//>>docs: https://api.jqueryui.com/blind-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Bounce @VERSION
|
* jQuery UI Effects Bounce @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Bounce Effect
|
//>>label: Bounce Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Bounces an element horizontally or vertically n times.
|
//>>description: Bounces an element horizontally or vertically n times.
|
||||||
//>>docs: http://api.jqueryui.com/bounce-effect/
|
//>>docs: https://api.jqueryui.com/bounce-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Clip @VERSION
|
* jQuery UI Effects Clip @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Clip Effect
|
//>>label: Clip Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Clips the element on and off like an old TV.
|
//>>description: Clips the element on and off like an old TV.
|
||||||
//>>docs: http://api.jqueryui.com/clip-effect/
|
//>>docs: https://api.jqueryui.com/clip-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Drop @VERSION
|
* jQuery UI Effects Drop @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Drop Effect
|
//>>label: Drop Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Moves an element in one direction and hides it at the same time.
|
//>>description: Moves an element in one direction and hides it at the same time.
|
||||||
//>>docs: http://api.jqueryui.com/drop-effect/
|
//>>docs: https://api.jqueryui.com/drop-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Explode @VERSION
|
* jQuery UI Effects Explode @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Explode Effect
|
//>>label: Explode Effect
|
||||||
@ -12,8 +12,8 @@
|
|||||||
/* eslint-disable max-len */
|
/* eslint-disable max-len */
|
||||||
//>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.
|
//>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.
|
||||||
/* eslint-enable max-len */
|
/* eslint-enable max-len */
|
||||||
//>>docs: http://api.jqueryui.com/explode-effect/
|
//>>docs: https://api.jqueryui.com/explode-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Fade @VERSION
|
* jQuery UI Effects Fade @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Fade Effect
|
//>>label: Fade Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Fades the element.
|
//>>description: Fades the element.
|
||||||
//>>docs: http://api.jqueryui.com/fade-effect/
|
//>>docs: https://api.jqueryui.com/fade-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Fold @VERSION
|
* jQuery UI Effects Fold @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Fold Effect
|
//>>label: Fold Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Folds an element first horizontally and then vertically.
|
//>>description: Folds an element first horizontally and then vertically.
|
||||||
//>>docs: http://api.jqueryui.com/fold-effect/
|
//>>docs: https://api.jqueryui.com/fold-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Highlight @VERSION
|
* jQuery UI Effects Highlight @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Highlight Effect
|
//>>label: Highlight Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Highlights the background of an element in a defined color for a custom duration.
|
//>>description: Highlights the background of an element in a defined color for a custom duration.
|
||||||
//>>docs: http://api.jqueryui.com/highlight-effect/
|
//>>docs: https://api.jqueryui.com/highlight-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Puff @VERSION
|
* jQuery UI Effects Puff @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Puff Effect
|
//>>label: Puff Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Creates a puff effect by scaling the element up and hiding it at the same time.
|
//>>description: Creates a puff effect by scaling the element up and hiding it at the same time.
|
||||||
//>>docs: http://api.jqueryui.com/puff-effect/
|
//>>docs: https://api.jqueryui.com/puff-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Pulsate @VERSION
|
* jQuery UI Effects Pulsate @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Pulsate Effect
|
//>>label: Pulsate Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Pulsates an element n times by changing the opacity to zero and back.
|
//>>description: Pulsates an element n times by changing the opacity to zero and back.
|
||||||
//>>docs: http://api.jqueryui.com/pulsate-effect/
|
//>>docs: https://api.jqueryui.com/pulsate-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Scale @VERSION
|
* jQuery UI Effects Scale @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Scale Effect
|
//>>label: Scale Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Grows or shrinks an element and its content.
|
//>>description: Grows or shrinks an element and its content.
|
||||||
//>>docs: http://api.jqueryui.com/scale-effect/
|
//>>docs: https://api.jqueryui.com/scale-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Shake @VERSION
|
* jQuery UI Effects Shake @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Shake Effect
|
//>>label: Shake Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Shakes an element horizontally or vertically n times.
|
//>>description: Shakes an element horizontally or vertically n times.
|
||||||
//>>docs: http://api.jqueryui.com/shake-effect/
|
//>>docs: https://api.jqueryui.com/shake-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Size @VERSION
|
* jQuery UI Effects Size @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Size Effect
|
//>>label: Size Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Resize an element to a specified width and height.
|
//>>description: Resize an element to a specified width and height.
|
||||||
//>>docs: http://api.jqueryui.com/size-effect/
|
//>>docs: https://api.jqueryui.com/size-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Slide @VERSION
|
* jQuery UI Effects Slide @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Slide Effect
|
//>>label: Slide Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Slides an element in and out of the viewport.
|
//>>description: Slides an element in and out of the viewport.
|
||||||
//>>docs: http://api.jqueryui.com/slide-effect/
|
//>>docs: https://api.jqueryui.com/slide-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Effects Transfer @VERSION
|
* jQuery UI Effects Transfer @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Transfer Effect
|
//>>label: Transfer Effect
|
||||||
//>>group: Effects
|
//>>group: Effects
|
||||||
//>>description: Displays a transfer effect from one element to another.
|
//>>description: Displays a transfer effect from one element to another.
|
||||||
//>>docs: http://api.jqueryui.com/transfer-effect/
|
//>>docs: https://api.jqueryui.com/transfer-effect/
|
||||||
//>>demos: http://jqueryui.com/effect/
|
//>>demos: https://jqueryui.com/effect/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Focusable @VERSION
|
* jQuery UI Focusable @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: :focusable Selector
|
//>>label: :focusable Selector
|
||||||
//>>group: Core
|
//>>group: Core
|
||||||
//>>description: Selects elements which can be focused.
|
//>>description: Selects elements which can be focused.
|
||||||
//>>docs: http://api.jqueryui.com/focusable-selector/
|
//>>docs: https://api.jqueryui.com/focusable-selector/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Form Reset Mixin @VERSION
|
* jQuery UI Form Reset Mixin @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Form Reset Mixin
|
//>>label: Form Reset Mixin
|
||||||
//>>group: Core
|
//>>group: Core
|
||||||
//>>description: Refresh input widgets when their form is reset
|
//>>description: Refresh input widgets when their form is reset
|
||||||
//>>docs: http://api.jqueryui.com/form-reset-mixin/
|
//>>docs: https://api.jqueryui.com/form-reset-mixin/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Bulgarian initialisation for the jQuery UI date picker plugin. */
|
/* Bulgarian initialisation for the jQuery UI date picker plugin. */
|
||||||
/* Written by Stoyan Kyosev (http://svest.org). */
|
/* Written by Stoyan Kyosev. */
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Greek (el) initialisation for the jQuery UI date picker plugin. */
|
/* Greek (el) initialisation for the jQuery UI date picker plugin. */
|
||||||
/* Written by Alex Cicovic (http://www.alexcicovic.com) */
|
/* Written by Alex Cicovic (https://alexcicovic.com) */
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
/* Written by Mathias Bynens <http://mathiasbynens.be/> */
|
/* Written by Mathias Bynens <https://mathiasbynens.be/> */
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
4
ui/jquery-patch.js
vendored
4
ui/jquery-patch.js
vendored
@ -1,10 +1,10 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Support for jQuery core 1.8.x and newer @VERSION
|
* jQuery UI Support for jQuery core 1.8.x and newer @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Keycode @VERSION
|
* jQuery UI Keycode @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Keycode
|
//>>label: Keycode
|
||||||
//>>group: Core
|
//>>group: Core
|
||||||
//>>description: Provide keycodes as keynames
|
//>>description: Provide keycodes as keynames
|
||||||
//>>docs: http://api.jqueryui.com/jQuery.ui.keyCode/
|
//>>docs: https://api.jqueryui.com/jQuery.ui.keyCode/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Labels @VERSION
|
* jQuery UI Labels @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: labels
|
//>>label: labels
|
||||||
//>>group: Core
|
//>>group: Core
|
||||||
//>>description: Find all the labels associated with a given input
|
//>>description: Find all the labels associated with a given input
|
||||||
//>>docs: http://api.jqueryui.com/labels/
|
//>>docs: https://api.jqueryui.com/labels/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Position @VERSION
|
* jQuery UI Position @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* http://api.jqueryui.com/position/
|
* https://api.jqueryui.com/position/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Position
|
//>>label: Position
|
||||||
//>>group: Core
|
//>>group: Core
|
||||||
//>>description: Positions elements relative to other elements.
|
//>>description: Positions elements relative to other elements.
|
||||||
//>>docs: http://api.jqueryui.com/position/
|
//>>docs: https://api.jqueryui.com/position/
|
||||||
//>>demos: http://jqueryui.com/position/
|
//>>demos: https://jqueryui.com/position/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Scroll Parent @VERSION
|
* jQuery UI Scroll Parent @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: scrollParent
|
//>>label: scrollParent
|
||||||
//>>group: Core
|
//>>group: Core
|
||||||
//>>description: Get the closest ancestor element that is scrollable.
|
//>>description: Get the closest ancestor element that is scrollable.
|
||||||
//>>docs: http://api.jqueryui.com/scrollParent/
|
//>>docs: https://api.jqueryui.com/scrollParent/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Tabbable @VERSION
|
* jQuery UI Tabbable @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: :tabbable Selector
|
//>>label: :tabbable Selector
|
||||||
//>>group: Core
|
//>>group: Core
|
||||||
//>>description: Selects elements which can be tabbed to.
|
//>>description: Selects elements which can be tabbed to.
|
||||||
//>>docs: http://api.jqueryui.com/tabbable-selector/
|
//>>docs: https://api.jqueryui.com/tabbable-selector/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Unique ID @VERSION
|
* jQuery UI Unique ID @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: uniqueId
|
//>>label: uniqueId
|
||||||
//>>group: Core
|
//>>group: Core
|
||||||
//>>description: Functions to generate and remove uniqueId's
|
//>>description: Functions to generate and remove uniqueId's
|
||||||
//>>docs: http://api.jqueryui.com/uniqueId/
|
//>>docs: https://api.jqueryui.com/uniqueId/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
2
ui/vendor/jquery-color/jquery.color.js
vendored
2
ui/vendor/jquery-color/jquery.color.js
vendored
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* Date: Sun May 10 09:02:36 2020 +0200
|
* Date: Sun May 10 09:02:36 2020 +0200
|
||||||
*/
|
*/
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Widget @VERSION
|
* jQuery UI Widget @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Widget
|
//>>label: Widget
|
||||||
//>>group: Core
|
//>>group: Core
|
||||||
//>>description: Provides a factory for creating stateful widgets with a common API.
|
//>>description: Provides a factory for creating stateful widgets with a common API.
|
||||||
//>>docs: http://api.jqueryui.com/jQuery.widget/
|
//>>docs: https://api.jqueryui.com/jQuery.widget/
|
||||||
//>>demos: http://jqueryui.com/widget/
|
//>>demos: https://jqueryui.com/widget/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Accordion @VERSION
|
* jQuery UI Accordion @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Accordion
|
//>>label: Accordion
|
||||||
@ -12,8 +12,8 @@
|
|||||||
/* eslint-disable max-len */
|
/* eslint-disable max-len */
|
||||||
//>>description: Displays collapsible content panels for presenting information in a limited amount of space.
|
//>>description: Displays collapsible content panels for presenting information in a limited amount of space.
|
||||||
/* eslint-enable max-len */
|
/* eslint-enable max-len */
|
||||||
//>>docs: http://api.jqueryui.com/accordion/
|
//>>docs: https://api.jqueryui.com/accordion/
|
||||||
//>>demos: http://jqueryui.com/accordion/
|
//>>demos: https://jqueryui.com/accordion/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/accordion.css
|
//>>css.structure: ../../themes/base/accordion.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Autocomplete @VERSION
|
* jQuery UI Autocomplete @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Autocomplete
|
//>>label: Autocomplete
|
||||||
//>>group: Widgets
|
//>>group: Widgets
|
||||||
//>>description: Lists suggested words as the user is typing.
|
//>>description: Lists suggested words as the user is typing.
|
||||||
//>>docs: http://api.jqueryui.com/autocomplete/
|
//>>docs: https://api.jqueryui.com/autocomplete/
|
||||||
//>>demos: http://jqueryui.com/autocomplete/
|
//>>demos: https://jqueryui.com/autocomplete/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/autocomplete.css
|
//>>css.structure: ../../themes/base/autocomplete.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Button @VERSION
|
* jQuery UI Button @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Button
|
//>>label: Button
|
||||||
//>>group: Widgets
|
//>>group: Widgets
|
||||||
//>>description: Enhances a form with themeable buttons.
|
//>>description: Enhances a form with themeable buttons.
|
||||||
//>>docs: http://api.jqueryui.com/button/
|
//>>docs: https://api.jqueryui.com/button/
|
||||||
//>>demos: http://jqueryui.com/button/
|
//>>demos: https://jqueryui.com/button/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/button.css
|
//>>css.structure: ../../themes/base/button.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Checkboxradio @VERSION
|
* jQuery UI Checkboxradio @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Checkboxradio
|
//>>label: Checkboxradio
|
||||||
//>>group: Widgets
|
//>>group: Widgets
|
||||||
//>>description: Enhances a form with multiple themeable checkboxes or radio buttons.
|
//>>description: Enhances a form with multiple themeable checkboxes or radio buttons.
|
||||||
//>>docs: http://api.jqueryui.com/checkboxradio/
|
//>>docs: https://api.jqueryui.com/checkboxradio/
|
||||||
//>>demos: http://jqueryui.com/checkboxradio/
|
//>>demos: https://jqueryui.com/checkboxradio/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/button.css
|
//>>css.structure: ../../themes/base/button.css
|
||||||
//>>css.structure: ../../themes/base/checkboxradio.css
|
//>>css.structure: ../../themes/base/checkboxradio.css
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Controlgroup @VERSION
|
* jQuery UI Controlgroup @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Controlgroup
|
//>>label: Controlgroup
|
||||||
//>>group: Widgets
|
//>>group: Widgets
|
||||||
//>>description: Visually groups form control widgets
|
//>>description: Visually groups form control widgets
|
||||||
//>>docs: http://api.jqueryui.com/controlgroup/
|
//>>docs: https://api.jqueryui.com/controlgroup/
|
||||||
//>>demos: http://jqueryui.com/controlgroup/
|
//>>demos: https://jqueryui.com/controlgroup/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/controlgroup.css
|
//>>css.structure: ../../themes/base/controlgroup.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
/* eslint-disable max-len, camelcase */
|
/* eslint-disable max-len, camelcase */
|
||||||
/*!
|
/*!
|
||||||
* jQuery UI Datepicker @VERSION
|
* jQuery UI Datepicker @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Datepicker
|
//>>label: Datepicker
|
||||||
//>>group: Widgets
|
//>>group: Widgets
|
||||||
//>>description: Displays a calendar from an input or inline for selecting dates.
|
//>>description: Displays a calendar from an input or inline for selecting dates.
|
||||||
//>>docs: http://api.jqueryui.com/datepicker/
|
//>>docs: https://api.jqueryui.com/datepicker/
|
||||||
//>>demos: http://jqueryui.com/datepicker/
|
//>>demos: https://jqueryui.com/datepicker/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/datepicker.css
|
//>>css.structure: ../../themes/base/datepicker.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
@ -353,7 +353,7 @@ $.extend( Datepicker.prototype, {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set display:block in place of inst.dpDiv.show() which won't work on disconnected elements
|
// Set display:block in place of inst.dpDiv.show() which won't work on disconnected elements
|
||||||
// http://bugs.jqueryui.com/ticket/7552 - A Datepicker created on a detached div has zero height
|
// https://bugs.jqueryui.com/ticket/7552 - A Datepicker created on a detached div has zero height
|
||||||
inst.dpDiv.css( "display", "block" );
|
inst.dpDiv.css( "display", "block" );
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Dialog @VERSION
|
* jQuery UI Dialog @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Dialog
|
//>>label: Dialog
|
||||||
//>>group: Widgets
|
//>>group: Widgets
|
||||||
//>>description: Displays customizable dialog windows.
|
//>>description: Displays customizable dialog windows.
|
||||||
//>>docs: http://api.jqueryui.com/dialog/
|
//>>docs: https://api.jqueryui.com/dialog/
|
||||||
//>>demos: http://jqueryui.com/dialog/
|
//>>demos: https://jqueryui.com/dialog/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/dialog.css
|
//>>css.structure: ../../themes/base/dialog.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Draggable @VERSION
|
* jQuery UI Draggable @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Draggable
|
//>>label: Draggable
|
||||||
//>>group: Interactions
|
//>>group: Interactions
|
||||||
//>>description: Enables dragging functionality for any element.
|
//>>description: Enables dragging functionality for any element.
|
||||||
//>>docs: http://api.jqueryui.com/draggable/
|
//>>docs: https://api.jqueryui.com/draggable/
|
||||||
//>>demos: http://jqueryui.com/draggable/
|
//>>demos: https://jqueryui.com/draggable/
|
||||||
//>>css.structure: ../../themes/base/draggable.css
|
//>>css.structure: ../../themes/base/draggable.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Droppable @VERSION
|
* jQuery UI Droppable @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Droppable
|
//>>label: Droppable
|
||||||
//>>group: Interactions
|
//>>group: Interactions
|
||||||
//>>description: Enables drop targets for draggable elements.
|
//>>description: Enables drop targets for draggable elements.
|
||||||
//>>docs: http://api.jqueryui.com/droppable/
|
//>>docs: https://api.jqueryui.com/droppable/
|
||||||
//>>demos: http://jqueryui.com/droppable/
|
//>>demos: https://jqueryui.com/droppable/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Menu @VERSION
|
* jQuery UI Menu @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Menu
|
//>>label: Menu
|
||||||
//>>group: Widgets
|
//>>group: Widgets
|
||||||
//>>description: Creates nestable menus.
|
//>>description: Creates nestable menus.
|
||||||
//>>docs: http://api.jqueryui.com/menu/
|
//>>docs: https://api.jqueryui.com/menu/
|
||||||
//>>demos: http://jqueryui.com/menu/
|
//>>demos: https://jqueryui.com/menu/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/menu.css
|
//>>css.structure: ../../themes/base/menu.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Mouse @VERSION
|
* jQuery UI Mouse @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Mouse
|
//>>label: Mouse
|
||||||
//>>group: Widgets
|
//>>group: Widgets
|
||||||
//>>description: Abstracts mouse-based interactions to assist in creating certain widgets.
|
//>>description: Abstracts mouse-based interactions to assist in creating certain widgets.
|
||||||
//>>docs: http://api.jqueryui.com/mouse/
|
//>>docs: https://api.jqueryui.com/mouse/
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Progressbar @VERSION
|
* jQuery UI Progressbar @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Progressbar
|
//>>label: Progressbar
|
||||||
@ -12,8 +12,8 @@
|
|||||||
/* eslint-disable max-len */
|
/* eslint-disable max-len */
|
||||||
//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.
|
//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.
|
||||||
/* eslint-enable max-len */
|
/* eslint-enable max-len */
|
||||||
//>>docs: http://api.jqueryui.com/progressbar/
|
//>>docs: https://api.jqueryui.com/progressbar/
|
||||||
//>>demos: http://jqueryui.com/progressbar/
|
//>>demos: https://jqueryui.com/progressbar/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/progressbar.css
|
//>>css.structure: ../../themes/base/progressbar.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Resizable @VERSION
|
* jQuery UI Resizable @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Resizable
|
//>>label: Resizable
|
||||||
//>>group: Interactions
|
//>>group: Interactions
|
||||||
//>>description: Enables resize functionality for any element.
|
//>>description: Enables resize functionality for any element.
|
||||||
//>>docs: http://api.jqueryui.com/resizable/
|
//>>docs: https://api.jqueryui.com/resizable/
|
||||||
//>>demos: http://jqueryui.com/resizable/
|
//>>demos: https://jqueryui.com/resizable/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/resizable.css
|
//>>css.structure: ../../themes/base/resizable.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Selectable @VERSION
|
* jQuery UI Selectable @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Selectable
|
//>>label: Selectable
|
||||||
//>>group: Interactions
|
//>>group: Interactions
|
||||||
//>>description: Allows groups of elements to be selected with the mouse.
|
//>>description: Allows groups of elements to be selected with the mouse.
|
||||||
//>>docs: http://api.jqueryui.com/selectable/
|
//>>docs: https://api.jqueryui.com/selectable/
|
||||||
//>>demos: http://jqueryui.com/selectable/
|
//>>demos: https://jqueryui.com/selectable/
|
||||||
//>>css.structure: ../../themes/base/selectable.css
|
//>>css.structure: ../../themes/base/selectable.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Selectmenu @VERSION
|
* jQuery UI Selectmenu @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Selectmenu
|
//>>label: Selectmenu
|
||||||
@ -12,8 +12,8 @@
|
|||||||
/* eslint-disable max-len */
|
/* eslint-disable max-len */
|
||||||
//>>description: Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.
|
//>>description: Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.
|
||||||
/* eslint-enable max-len */
|
/* eslint-enable max-len */
|
||||||
//>>docs: http://api.jqueryui.com/selectmenu/
|
//>>docs: https://api.jqueryui.com/selectmenu/
|
||||||
//>>demos: http://jqueryui.com/selectmenu/
|
//>>demos: https://jqueryui.com/selectmenu/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/selectmenu.css, ../../themes/base/button.css
|
//>>css.structure: ../../themes/base/selectmenu.css, ../../themes/base/button.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Slider @VERSION
|
* jQuery UI Slider @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Slider
|
//>>label: Slider
|
||||||
//>>group: Widgets
|
//>>group: Widgets
|
||||||
//>>description: Displays a flexible slider with ranges and accessibility via keyboard.
|
//>>description: Displays a flexible slider with ranges and accessibility via keyboard.
|
||||||
//>>docs: http://api.jqueryui.com/slider/
|
//>>docs: https://api.jqueryui.com/slider/
|
||||||
//>>demos: http://jqueryui.com/slider/
|
//>>demos: https://jqueryui.com/slider/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/slider.css
|
//>>css.structure: ../../themes/base/slider.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Sortable @VERSION
|
* jQuery UI Sortable @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Sortable
|
//>>label: Sortable
|
||||||
//>>group: Interactions
|
//>>group: Interactions
|
||||||
//>>description: Enables items in a list to be sorted using the mouse.
|
//>>description: Enables items in a list to be sorted using the mouse.
|
||||||
//>>docs: http://api.jqueryui.com/sortable/
|
//>>docs: https://api.jqueryui.com/sortable/
|
||||||
//>>demos: http://jqueryui.com/sortable/
|
//>>demos: https://jqueryui.com/sortable/
|
||||||
//>>css.structure: ../../themes/base/sortable.css
|
//>>css.structure: ../../themes/base/sortable.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Spinner @VERSION
|
* jQuery UI Spinner @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Spinner
|
//>>label: Spinner
|
||||||
//>>group: Widgets
|
//>>group: Widgets
|
||||||
//>>description: Displays buttons to easily input numbers via the keyboard or mouse.
|
//>>description: Displays buttons to easily input numbers via the keyboard or mouse.
|
||||||
//>>docs: http://api.jqueryui.com/spinner/
|
//>>docs: https://api.jqueryui.com/spinner/
|
||||||
//>>demos: http://jqueryui.com/spinner/
|
//>>demos: https://jqueryui.com/spinner/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/spinner.css
|
//>>css.structure: ../../themes/base/spinner.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Tabs @VERSION
|
* jQuery UI Tabs @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Tabs
|
//>>label: Tabs
|
||||||
//>>group: Widgets
|
//>>group: Widgets
|
||||||
//>>description: Transforms a set of container elements into a tab structure.
|
//>>description: Transforms a set of container elements into a tab structure.
|
||||||
//>>docs: http://api.jqueryui.com/tabs/
|
//>>docs: https://api.jqueryui.com/tabs/
|
||||||
//>>demos: http://jqueryui.com/tabs/
|
//>>demos: https://jqueryui.com/tabs/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/tabs.css
|
//>>css.structure: ../../themes/base/tabs.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
@ -868,7 +868,7 @@ $.widget( "ui.tabs", {
|
|||||||
.done( function( response, status, jqXHR ) {
|
.done( function( response, status, jqXHR ) {
|
||||||
|
|
||||||
// support: jQuery <1.8
|
// support: jQuery <1.8
|
||||||
// http://bugs.jquery.com/ticket/11778
|
// https://bugs.jquery.com/ticket/11778
|
||||||
setTimeout( function() {
|
setTimeout( function() {
|
||||||
panel.html( response );
|
panel.html( response );
|
||||||
that._trigger( "load", event, eventData );
|
that._trigger( "load", event, eventData );
|
||||||
@ -879,7 +879,7 @@ $.widget( "ui.tabs", {
|
|||||||
.fail( function( jqXHR, status ) {
|
.fail( function( jqXHR, status ) {
|
||||||
|
|
||||||
// support: jQuery <1.8
|
// support: jQuery <1.8
|
||||||
// http://bugs.jquery.com/ticket/11778
|
// https://bugs.jquery.com/ticket/11778
|
||||||
setTimeout( function() {
|
setTimeout( function() {
|
||||||
complete( jqXHR, status );
|
complete( jqXHR, status );
|
||||||
}, 1 );
|
}, 1 );
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery UI Tooltip @VERSION
|
* jQuery UI Tooltip @VERSION
|
||||||
* http://jqueryui.com
|
* https://jqueryui.com
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* http://jquery.org/license
|
* https://jquery.org/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Tooltip
|
//>>label: Tooltip
|
||||||
//>>group: Widgets
|
//>>group: Widgets
|
||||||
//>>description: Shows additional information for any element on hover or focus.
|
//>>description: Shows additional information for any element on hover or focus.
|
||||||
//>>docs: http://api.jqueryui.com/tooltip/
|
//>>docs: https://api.jqueryui.com/tooltip/
|
||||||
//>>demos: http://jqueryui.com/tooltip/
|
//>>demos: https://jqueryui.com/tooltip/
|
||||||
//>>css.structure: ../../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../../themes/base/tooltip.css
|
//>>css.structure: ../../themes/base/tooltip.css
|
||||||
//>>css.theme: ../../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
Loading…
Reference in New Issue
Block a user