Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
# All libraries are defined in alphabetical order.
backbone :
remote : https://github.com/jashkenas/backbone
2015-09-04 20:54:03 +00:00
version : "1.2.3"
2014-07-18 08:06:54 +00:00
license :
name : MIT
2015-09-04 20:54:03 +00:00
url : https://github.com/jashkenas/backbone/blob/1.2.3/LICENSE
2014-07-18 08:06:54 +00:00
gpl-compatible : true
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2015-02-06 20:02:46 +00:00
assets/vendor/backbone/backbone-min.js : { weight: -19, minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/underscore
ckeditor :
remote : https://github.com/ckeditor/ckeditor-dev
2019-07-05 11:39:52 +00:00
version : "4.11.4"
2014-07-18 08:06:54 +00:00
license :
name : GNU-GPL-2.0-or-later
2019-07-05 11:39:52 +00:00
url : https://github.com/ckeditor/ckeditor-dev/blob/4.11.4/LICENSE.md
2014-07-18 08:06:54 +00:00
gpl-compatible : true
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2014-08-19 15:13:03 +00:00
assets/vendor/ckeditor/ckeditor.js : { preprocess: false, minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
drupal :
version : VERSION
js :
2015-02-06 20:02:46 +00:00
misc/drupal.js : { weight : -18 }
2016-12-13 17:15:23 +00:00
misc/drupal.init.js : { weight : -17 }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
2015-01-25 09:36:31 +00:00
- core/drupalSettings
2019-10-11 00:34:41 +00:00
drupalSettings :
suppressDeprecationErrors : true
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
drupalSettings :
version : VERSION
2015-08-06 10:01:02 +00:00
js :
# Need to specify a negative weight like drupal.js until
# https://www.drupal.org/node/1945262 is resolved.
misc/drupalSettingsLoader.js : { weight : -18 }
2014-12-04 11:37:23 +00:00
drupalSettings :
# These placeholder values will be set by system_js_settings_alter().
path :
baseUrl : null
scriptPath : null
pathPrefix : null
currentPath : null
currentPathIsAdmin : null
isFront : null
currentLanguage : null
2015-02-19 09:56:00 +00:00
pluralDelimiter : null
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
drupal.active-link :
version : VERSION
js :
misc/active-link.js : {}
dependencies :
- core/drupal
- core/drupalSettings
drupal.ajax :
version : VERSION
js :
misc/ajax.js : {}
2015-01-21 15:21:06 +00:00
drupalSettings :
# These placeholder values will be set by system_js_settings_alter().
ajaxPageState :
libraries : null
theme : null
theme_token : null
Issue #2554219 by nod_, larowlan, tim.plunkett, regilero, droplet, japerry, samuel.mortenson, Pere Orga, effulgentsia, benjy, Gábor Hojtsy, greggles, Wim Leers, David_Rothstein, pwolanin, neclimdul, EclipseGc, znerol: Port Cross-site Scripting - Ajax system fixes from SA-CORE-2015-003 to Drupal 8
2015-08-26 22:02:58 +00:00
ajaxTrustedUrl : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery
- core/drupal
- core/drupalSettings
- core/drupal.progress
- core/jquery.once
drupal.announce :
version : VERSION
js :
misc/announce.js : {}
dependencies :
- core/drupal
- core/drupal.debounce
drupal.autocomplete :
version : VERSION
js :
2015-02-06 20:02:46 +00:00
misc/autocomplete.js : { weight : -1 }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery
- core/drupal
- core/drupalSettings
- core/drupal.ajax
- core/jquery.ui.autocomplete
drupal.batch :
version : VERSION
js :
misc/batch.js : { cache : false }
dependencies :
- core/jquery
- core/drupal
- core/drupalSettings
- core/drupal.ajax
- core/drupal.progress
- core/jquery.once
2019-09-20 23:18:38 +00:00
drupal.checkbox :
version : VERSION
js :
misc/checkbox.js : {}
dependencies :
- core/drupal
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
drupal.collapse :
version : VERSION
js :
2015-06-07 00:43:51 +00:00
misc/details-aria.js : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
misc/collapse.js : {}
dependencies :
- core/jquery
- core/modernizr
- core/drupal
- core/drupal.form
- core/jquery.once
2015-07-06 12:51:32 +00:00
drupal.date :
version : VERSION
js :
misc/date.js : {}
dependencies :
- core/drupal
- core/modernizr
2015-10-23 00:00:18 +00:00
- core/jquery.once
2015-07-06 12:51:32 +00:00
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
drupal.debounce :
version : VERSION
js :
misc/debounce.js : {}
dependencies :
# @todo Remove Drupal dependency.
- core/drupal
drupal.dialog :
version : VERSION
js :
2014-06-08 23:30:42 +00:00
misc/dialog/dialog.js : {}
misc/dialog/dialog.position.js : {}
misc/dialog/dialog.jquery-ui.js : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery
- core/drupal
- core/drupalSettings
- core/drupal.debounce
- core/drupal.displace
- core/jquery.ui.dialog
drupal.dialog.ajax :
version : VERSION
js :
2014-06-08 23:30:42 +00:00
misc/dialog/dialog.ajax.js : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery
- core/drupal
- core/drupalSettings
- core/drupal.ajax
- core/drupal.dialog
drupal.displace :
version : VERSION
js :
misc/displace.js : {}
dependencies :
- core/jquery
- core/drupal
- core/drupal.debounce
drupal.dropbutton :
version : VERSION
js :
misc/dropbutton/dropbutton.js : {}
css :
component :
misc/dropbutton/dropbutton.css : {}
dependencies :
- core/jquery
- core/drupal
- core/drupalSettings
- core/jquery.once
2016-12-13 15:45:12 +00:00
drupal.entity-form :
version : VERSION
js :
misc/entity-form.js : {}
dependencies :
- core/drupal.form
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
drupal.form :
version : VERSION
js :
misc/form.js : {}
dependencies :
- core/jquery
- core/drupal
- core/drupal.debounce
- core/jquery.cookie
- core/jquery.once
drupal.machine-name :
version : VERSION
js :
misc/machine-name.js : {}
dependencies :
- core/jquery
- core/jquery.once
- core/drupal
- core/drupalSettings
2015-05-28 22:21:38 +00:00
- core/drupal.form
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
Issue #77245 by drpal, tedbow, nod_, phenaproxima, Wim Leers, googletorp, rteijeiro, vineet.osscube, tim.plunkett, idflood, joelpittet, pk188, lauriii, BarisW, lokapujya, chr.fritsch, droplet, andrewmacpherson, dmsmidt, dawehner, alexpott, jessebeach, NickWilde, DuaelFr, Cottser, seutje, samuel.mortenson: Provide a common API for displaying JavaScript messages
2018-12-05 18:29:18 +00:00
drupal.message :
version : VERSION
js :
misc/message.js : {}
dependencies :
- core/drupal
- core/drupal.announce
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
drupal.progress :
version : VERSION
js :
misc/progress.js : {}
dependencies :
- core/drupal
- core/jquery
- core/drupalSettings
drupal.states :
version : VERSION
js :
misc/states.js : {}
dependencies :
- core/jquery
- core/drupal
- core/drupalSettings
- core/jquery.once
drupal.tabbingmanager :
version : VERSION
js :
misc/tabbingmanager.js : {}
dependencies :
- core/jquery
# Supplies the ':tabbable' pseudo selector.
- core/jquery.ui
- core/drupal
drupal.tabledrag :
version : VERSION
js :
2015-02-06 20:02:46 +00:00
misc/tabledrag.js : { weight : -1 }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery
- core/drupal
- core/drupalSettings
- core/jquery.once
- core/jquery.cookie
drupal.tableheader :
version : VERSION
js :
misc/tableheader.js : {}
dependencies :
- core/jquery
- core/drupal
- core/drupalSettings
- core/jquery.once
- core/drupal.displace
drupal.tableresponsive :
version : VERSION
js :
misc/tableresponsive.js : {}
dependencies :
- core/jquery
- core/drupal
- core/jquery.once
drupal.tableselect :
version : VERSION
js :
misc/tableselect.js : {}
dependencies :
- core/drupal
2019-09-20 23:18:38 +00:00
- core/drupal.checkbox
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
- core/jquery
2014-03-05 16:53:15 +00:00
- core/jquery.once
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
drupal.timezone :
version : VERSION
js :
misc/timezone.js : {}
dependencies :
- core/jquery
2014-03-05 16:53:15 +00:00
- core/jquery.once
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
- core/drupal
drupal.vertical-tabs :
version : VERSION
js :
# Load before core/drupal.collapse.
2015-02-06 20:02:46 +00:00
misc/vertical-tabs.js : { weight : -1 }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
misc/vertical-tabs.css : {}
dependencies :
- core/jquery
2014-03-05 16:53:15 +00:00
- core/jquery.once
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
- core/drupal
- core/drupalSettings
- core/drupal.form
jquery :
remote : https://github.com/jquery/jquery
2019-08-07 16:46:33 +00:00
version : "3.4.1"
2014-07-18 08:06:54 +00:00
license :
name : MIT
2019-08-07 16:46:33 +00:00
url : https://github.com/jquery/jquery/blob/3.4.1/LICENSE.txt
2014-07-18 08:06:54 +00:00
gpl-compatible : true
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2015-02-06 20:02:46 +00:00
assets/vendor/jquery/jquery.min.js : { minified: true, weight : -20 }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.cookie :
remote : https://github.com/carhartl/jquery-cookie
2015-04-15 16:25:41 +00:00
version : "v1.4.1"
2014-07-18 08:06:54 +00:00
license :
name : MIT
2014-12-22 19:32:22 +00:00
url : https://github.com/carhartl/jquery-cookie/blob/v1.4.1/MIT-LICENSE.txt
2014-07-18 08:06:54 +00:00
gpl-compatible : true
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2014-12-22 19:32:22 +00:00
assets/vendor/jquery.cookie/jquery.cookie.min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery
jquery.farbtastic :
remote : https://github.com/mattfarina/farbtastic
# @todo Ping @robloach or @mattfarina to retroactively create this release.
2015-04-15 16:25:41 +00:00
version : "1.2"
2014-07-18 08:06:54 +00:00
license :
name : GNU-GPL-2.0-or-later
url : https://github.com/mattfarina/farbtastic/blob/master/LICENSE.txt
gpl-compatible : true
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2014-08-19 15:13:03 +00:00
assets/vendor/farbtastic/farbtastic.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
assets/vendor/farbtastic/farbtastic.css : {}
dependencies :
- core/jquery
jquery.form :
2018-02-12 17:01:44 +00:00
remote : https://github.com/jquery-form/form
version : "4.22"
2014-07-18 08:06:54 +00:00
license :
name : GNU-GPL-2.0-or-later
2018-02-12 17:01:44 +00:00
url : https://raw.githubusercontent.com/jquery-form/form/master/LICENSE-LGPLv3
2014-07-18 08:06:54 +00:00
gpl-compatible : true
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2015-04-18 13:33:10 +00:00
assets/vendor/jquery-form/jquery.form.min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery
2014-03-04 20:41:15 +00:00
jquery.joyride :
remote : https://github.com/zurb/joyride
2017-08-16 19:44:17 +00:00
# We rely on a fix (commit c2b3866) that occurred after 2.1.0 was released.
# @see https://www.drupal.org/node/2898808.
# @todo Update to 2.1.1 or later when that's released.
# Version is set at 2.1.0.1 allowing version_compare to consider this lower
# than 2.1.1 however greater than 2.1.0
version : "2.1.0.1"
2014-07-18 08:06:54 +00:00
license :
name : MIT
2015-01-09 07:20:01 +00:00
url : https://github.com/zurb/joyride/blob/v2.1.0/README.markdown
2014-07-18 08:06:54 +00:00
gpl-compatible : true
2014-03-04 20:41:15 +00:00
js :
2017-08-16 19:44:17 +00:00
assets/vendor/jquery-joyride/jquery.joyride-2.1.js : { }
2014-03-04 20:41:15 +00:00
dependencies :
- core/jquery
- core/jquery.cookie
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.once :
remote : https://github.com/RobLoach/jquery-once
2017-08-04 09:28:33 +00:00
version : "2.2.0"
2014-07-18 08:06:54 +00:00
license :
name : GNU-GPL-2.0-or-later
2017-08-04 09:28:33 +00:00
url : https://raw.githubusercontent.com/RobLoach/jquery-once/2.2.0/LICENSE.md
2014-07-18 08:06:54 +00:00
gpl-compatible : true
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2015-04-18 13:34:39 +00:00
assets/vendor/jquery-once/jquery.once.min.js : { weight: -19, minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery
jquery.ui :
remote : https://github.com/jquery/jquery-ui
2017-07-13 12:42:28 +00:00
version : &jquery_ui_version 1.12 .1
2014-07-18 08:06:54 +00:00
license : &jquery_ui_license
2015-04-15 16:47:55 +00:00
name : Public Domain
2017-07-13 12:42:28 +00:00
url : https://github.com/jquery/jquery-ui/blob/1.12.1/LICENSE.txt
2014-07-18 08:06:54 +00:00
gpl-compatible : true
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/data-min.js : { weight: -11, minified : true }
assets/vendor/jquery.ui/ui/disable-selection-min.js : { weight: -11, minified : true }
assets/vendor/jquery.ui/ui/form-min.js : { weight: -11, minified : true }
assets/vendor/jquery.ui/ui/labels-min.js : { weight: -11, minified : true }
assets/vendor/jquery.ui/ui/jquery-1-7-min.js : { weight: -11, minified : true }
assets/vendor/jquery.ui/ui/scroll-parent-min.js : { weight: -11, minified : true }
assets/vendor/jquery.ui/ui/tabbable-min.js : { weight: -11, minified : true }
assets/vendor/jquery.ui/ui/unique-id-min.js : { weight: -11, minified : true }
assets/vendor/jquery.ui/ui/version-min.js : { weight: -11, minified : true }
2019-08-02 15:56:16 +00:00
assets/vendor/jquery.ui/ui/escape-selector-min.js : { weight: -11, minified : true }
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/focusable-min.js : { weight: -11, minified : true }
assets/vendor/jquery.ui/ui/ie-min.js : { weight: -11, minified : true }
assets/vendor/jquery.ui/ui/keycode-min.js : { weight: -11, minified : true }
assets/vendor/jquery.ui/ui/plugin-min.js : { weight: -11, minified : true }
assets/vendor/jquery.ui/ui/safe-active-element-min.js : { weight: -11, minified : true }
assets/vendor/jquery.ui/ui/safe-blur-min.js : { weight: -11, minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/core.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
theme :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/theme.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery
jquery.ui.accordion :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/accordion-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/accordion.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.widget
2019-10-16 23:08:17 +00:00
deprecated : &jquery_ui_unused_deprecated The "%library_id%" asset library is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. See https://www.drupal.org/node/3067969
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.autocomplete :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/autocomplete-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/autocomplete.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.widget
- core/jquery.ui.position
- core/jquery.ui.menu
jquery.ui.button :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/button-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/button.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.widget
2019-08-02 15:56:16 +00:00
- core/jquery.ui.checkboxradio
- core/jquery.ui.controlgroup
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
2017-07-13 12:42:28 +00:00
jquery.ui.checkboxradio :
version : *jquery_ui_version
license : *jquery_ui_license
js :
2019-08-02 15:56:16 +00:00
assets/vendor/jquery.ui/ui/form-reset-mixin-min.js : { minified : true }
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js : { minified : true }
css :
component :
assets/vendor/jquery.ui/themes/base/checkboxradio.css : {}
2018-01-06 04:51:30 +00:00
assets/vendor/jquery.ui/themes/base/button.css : {}
2017-07-13 12:42:28 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.widget
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
2017-07-13 12:42:28 +00:00
jquery.ui.controlgroup :
version : *jquery_ui_version
license : *jquery_ui_license
js :
assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js : { minified : true }
css :
component :
assets/vendor/jquery.ui/themes/base/controlgroup.css : {}
dependencies :
- core/jquery.ui
- core/jquery.ui.widget
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
2017-07-13 12:42:28 +00:00
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.dialog :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/dialog-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/dialog.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.widget
- core/jquery.ui.button
- core/jquery.ui.draggable
- core/jquery.ui.mouse
- core/jquery.ui.position
- core/jquery.ui.resizable
jquery.ui.draggable :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/draggable-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.mouse
- core/jquery.ui.widget
jquery.ui.droppable :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/droppable-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.widget
- core/jquery.ui.mouse
- core/jquery.ui.draggable
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.core :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2015-02-06 20:02:46 +00:00
assets/vendor/jquery.ui/ui/effect-min.js : { weight: -9, minified : true }
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.blind :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-blind-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.bounce :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-bounce-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.clip :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-clip-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.drop :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-drop-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.explode :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-explode-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.fade :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-fade-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.fold :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-fold-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.highlight :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-highlight-min.js : { minified : true }
2015-01-15 09:49:27 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
2015-01-15 09:49:27 +00:00
jquery.ui.effects.puff :
version : *jquery_ui_version
license : *jquery_ui_license
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-puff-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-08-02 15:56:16 +00:00
- core/jquery.ui.effects.scale
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.pulsate :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-pulsate-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.scale :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-scale-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-08-02 15:56:16 +00:00
- core/jquery.ui.effects.size
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.shake :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-shake-min.js : { minified : true }
2015-01-15 09:49:27 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
2015-01-15 09:49:27 +00:00
jquery.ui.effects.size :
version : *jquery_ui_version
license : *jquery_ui_license
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-size-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.slide :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-slide-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.effects.transfer :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/effects/effect-transfer-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.effects.core
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.menu :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/menu-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/menu.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
2019-08-02 15:56:16 +00:00
- core/jquery.ui.position
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
- core/jquery.ui.widget
jquery.ui.mouse :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2019-08-02 15:56:16 +00:00
assets/vendor/jquery.ui/ui/ie-min.js : { minified : true }
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/mouse-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui.widget
jquery.ui.position :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/ui/position-min.js : { minified : true }
2018-01-22 20:00:33 +00:00
dependencies :
- core/jquery.ui
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.progressbar :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/progressbar-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/progressbar.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.widget
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.resizable :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/resizable-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/resizable.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.widget
- core/jquery.ui.mouse
jquery.ui.selectable :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/selectable-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/selectable.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.mouse
- core/jquery.ui.widget
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
2015-01-15 09:49:27 +00:00
jquery.ui.selectmenu :
version : *jquery_ui_version
license : *jquery_ui_license
js :
2019-08-02 15:56:16 +00:00
assets/vendor/jquery.ui/ui/form-reset-mixin-min.js : { minified : true }
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/selectmenu-min.js : { minified : true }
2015-01-15 09:49:27 +00:00
css :
component :
assets/vendor/jquery.ui/themes/base/selectmenu.css : {}
2018-01-06 04:51:30 +00:00
assets/vendor/jquery.ui/themes/base/button.css : {}
2015-01-15 09:49:27 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.menu
- core/jquery.ui.position
- core/jquery.ui.widget
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
2015-01-15 09:49:27 +00:00
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.slider :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/slider-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/slider.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.mouse
- core/jquery.ui.widget
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.sortable :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/sortable-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.mouse
- core/jquery.ui.widget
jquery.ui.spinner :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/spinner-min.js : { minified : true }
2014-12-22 19:07:23 +00:00
css :
component :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/spinner.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.widget
- core/jquery.ui.button
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.tabs :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/tabs-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/tabs.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.widget
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.tooltip :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2017-07-13 12:42:28 +00:00
assets/vendor/jquery.ui/ui/widgets/tooltip-min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
component :
2015-01-15 09:49:27 +00:00
assets/vendor/jquery.ui/themes/base/tooltip.css : {}
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
- core/jquery.ui.widget
- core/jquery.ui.position
2019-10-16 23:08:17 +00:00
deprecated : *jquery_ui_unused_deprecated
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.touch-punch :
remote : https://github.com/furf/jquery-ui-touch-punch
2015-04-15 16:25:41 +00:00
version : "0.2.3"
2014-07-18 08:06:54 +00:00
license :
name : GNU-GPL-2.0-or-later
url : https://github.com/furf/jquery-ui-touch-punch
gpl-compatible : true
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
assets/vendor/jquery-ui-touch-punch/jquery.ui.touch-punch.js : {}
dependencies :
- core/jquery.ui
2019-08-02 15:56:16 +00:00
- core/jquery.ui.mouse
- core/jquery.ui.widget
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
jquery.ui.widget :
2014-07-18 08:06:54 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2015-02-06 20:02:46 +00:00
assets/vendor/jquery.ui/ui/widget-min.js : { weight: -10, minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
dependencies :
- core/jquery.ui
modernizr :
2015-01-25 09:36:31 +00:00
# Block the page from being loaded until Modernizr is initialized.
header : true
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
remote : https://github.com/Modernizr/Modernizr
2014-07-18 08:06:54 +00:00
license :
name : MIT
url : http://modernizr.com/license/
gpl-compatible : true
2016-02-03 07:53:23 +00:00
version : "v3.3.1"
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2015-08-21 14:03:56 +00:00
assets/vendor/modernizr/modernizr.min.js : { preprocess: 0, weight: -21, minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
normalize :
remote : https://github.com/necolas/normalize.css
2015-05-25 03:49:58 +00:00
version : "3.0.3"
2014-07-18 08:06:54 +00:00
license :
name : MIT
url : https://github.com/necolas/normalize.css/blob/master/LICENSE.md
gpl-compatible : true
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
css :
base :
2015-08-21 14:03:56 +00:00
assets/vendor/normalize-css/normalize.css : { weight : -20 }
Issue #2886904 by jhodgdon, andrewmacpherson, volkerk, Eric Heydrich, Vidushi Mehta, Utkarsh_Mishra, jenlampton, hosef, anavarre, adriancid, xjm, alexpott, mgerbault, tracipotocnik, BSpeel, yoroy, lauriii: display: block for details/summary hides drop arrows in Firefox (normalize.css update)
2018-04-18 05:46:07 +00:00
misc/normalize-fixes.css : { weight : -19 }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
2014-03-04 20:41:15 +00:00
picturefill :
remote : https://github.com/scottjehl/picturefill
2015-10-05 06:42:41 +00:00
version : "3.0.1"
2014-07-18 08:06:54 +00:00
license :
name : MIT
2015-10-05 06:42:41 +00:00
url : https://github.com/scottjehl/picturefill/blob/3.0.1/LICENSE
2014-07-18 08:06:54 +00:00
gpl-compatible : true
2014-03-04 20:41:15 +00:00
js :
2015-02-11 16:12:46 +00:00
assets/vendor/picturefill/picturefill.min.js : { weight: -10, minified : true }
2014-03-04 20:41:15 +00:00
2019-10-16 16:57:06 +00:00
popperjs :
version : "1.15.0"
license :
name : MIT
url : https://github.com/FezVrasta/popper.js/blob/v1.15.0/LICENSE.md
gpl-compatible : true
js :
assets/vendor/popperjs/popper.min.js : { minified : true }
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
underscore :
remote : https://github.com/jashkenas/underscore
2015-04-15 16:25:41 +00:00
version : "1.8.3"
2014-07-18 08:06:54 +00:00
license :
name : MIT
2015-04-07 06:46:54 +00:00
url : https://github.com/jashkenas/underscore/blob/1.8.3/LICENSE
2014-07-18 08:06:54 +00:00
gpl-compatible : true
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
js :
2015-02-06 20:02:46 +00:00
assets/vendor/underscore/underscore-min.js : { weight: -20, minified : true }
2017-10-24 22:46:32 +00:00
drupal.dialog.off_canvas :
version : VERSION
js :
misc/dialog/off-canvas.js : {}
css :
base :
misc/dialog/off-canvas.reset.css : {}
misc/dialog/off-canvas.base.css : {}
misc/dialog/off-canvas.css : {}
# Add group setting to make sure this CSS load before any jQuery UI Dialog
# CSS.
misc/dialog/off-canvas.theme.css : { group : 200 }
component :
misc/dialog/off-canvas.motion.css : {}
misc/dialog/off-canvas.button.css : {}
misc/dialog/off-canvas.form.css : {}
misc/dialog/off-canvas.table.css : {}
misc/dialog/off-canvas.details.css : {}
misc/dialog/off-canvas.tabledrag.css : {}
misc/dialog/off-canvas.dropbutton.css : {}
Issue #2660124 by tim.plunkett, samuel.mortenson, phenaproxima, tstoeckler, yoroy, dead_arm, xjm, Manuel Garcia, EclipseGc, larowlan, DyanneNova, tedbow: Dynamically build layout icons based on well formed config
2017-10-30 20:46:59 +00:00
misc/dialog/off-canvas.layout.css : {}
2017-10-24 22:46:32 +00:00
dependencies :
- core/jquery
- core/drupal
- core/drupal.ajax
- core/drupal.announce
- core/drupal.dialog
- core/drupal.dialog.ajax