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
2020-01-22 09:43:10 +00:00
version : "1.4.0"
2014-07-18 08:06:54 +00:00
license :
name : MIT
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/jashkenas/backbone/1.4.0/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 :
2020-09-22 14:14:19 +00:00
remote : https://github.com/ckeditor/ckeditor4
version : "4.15.0"
2014-07-18 08:06:54 +00:00
license :
name : GNU-GPL-2.0-or-later
2020-09-22 14:14:19 +00:00
url : https://raw.githubusercontent.com/ckeditor/ckeditor4/4.15.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 :
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 #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
# The remaining JavaScript assets previously came from core/jquery.ui, a
# deprecated library.
# All weights are based on on the requirements defined within each file.
# @todo replace with solution in https://drupal.org/node/3076171
assets/vendor/jquery.ui/ui/widgets/autocomplete-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/labels-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/widgets/menu-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/tabbable-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/data-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/disable-selection-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/escape-selector-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/focusable-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/form-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/ie-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/jquery-1-7-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/keycode-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/plugin-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/position-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-active-element-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-blur-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/scroll-parent-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/unique-id-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/widget-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/version-min.js : { weight: -11.9, minified : true }
# All CSS assets previously came from core/jquery.ui, a deprecated library.
# @todo replace with solution found in https://drupal.org/node/3076171
css :
component :
assets/vendor/jquery.ui/themes/base/autocomplete.css : { weight : -11.7 }
assets/vendor/jquery.ui/themes/base/menu.css : { weight : -11.7 }
assets/vendor/jquery.ui/themes/base/core.css : { weight : -11.8 }
theme :
assets/vendor/jquery.ui/themes/base/theme.css : { weight : -11.8 }
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
2020-02-25 17:03:40 +00:00
drupal.array.find :
version : VERSION
js :
misc/polyfills/array.find.js : { 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
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 :
Issue #1936708 by bnjmnm, espurnes, bendev, nod_, justinchev, ayushmishra206, vsujeetkumar, mbroere, mrinalini9, Knee-X, vacho, priyanka.sahni, jaspreetsingh31, paulocs, sokru, joum, kwoxer, yoroy, lauriii, rootwork, droplet: Current element values missing from vertical tabs when shown in 2-column layout
2020-09-18 14:42:57 +00:00
misc/details-summarized-content.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 #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
# The remaining JavaScript assets previously came from core/jquery.ui, a
# deprecated library.
# All weights are based on on the requirements defined within each file.
# @todo replace with solution in https://drupal.org/node/2158943
assets/vendor/jquery.ui/ui/widgets/dialog-min.js : { weight: -11.4, minified : true }
assets/vendor/jquery.ui/ui/widgets/button-min.js : { weight: -11.5, minified : true }
assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js : { weight: -11.6, minified : true }
assets/vendor/jquery.ui/ui/widgets/draggable-min.js : { weight: -11.6, minified : true }
assets/vendor/jquery.ui/ui/widgets/resizable-min.js : { weight: -11.6, minified : true }
assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/form-reset-mixin-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/labels-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/widgets/mouse-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/tabbable-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/data-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/disable-selection-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/form-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/jquery-1-7-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/scroll-parent-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/unique-id-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/escape-selector-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/focusable-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/ie-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/keycode-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/plugin-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/position-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-active-element-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-blur-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/widget-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/version-min.js : { weight: -11.9, minified : true }
# All CSS assets previously came from core/jquery.ui, a deprecated library.
# @todo replace with solution found in https://drupal.org/node/2158943
css :
component :
assets/vendor/jquery.ui/themes/base/dialog.css : { weight : -11.4 }
assets/vendor/jquery.ui/themes/base/button.css : { weight : -11.5 }
assets/vendor/jquery.ui/themes/base/checkboxradio.css : { weight : -11.6 }
assets/vendor/jquery.ui/themes/base/resizable.css : { weight : -11.6 }
assets/vendor/jquery.ui/themes/base/controlgroup.css : { weight : -11.7 }
assets/vendor/jquery.ui/themes/base/core.css : { weight : -11.8 }
theme :
assets/vendor/jquery.ui/themes/base/theme.css : { weight : -11.8 }
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
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.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
2020-10-15 15:14:52 +00:00
drupal.nodelist.foreach :
version : VERSION
js :
misc/polyfills/nodelist.foreach.js : { weight : -20 }
2020-02-25 17:03:40 +00:00
drupal.object.assign :
version : VERSION
js :
misc/polyfills/object.assign.js : { 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
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 : {}
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
# The remaining JavaScript assets previously came from core/jquery.ui, a
# deprecated library. These assets are used to provide the :tabbable pseudo
# selector to core's JavaScript. It should be possible to remove them once
# :tabbable is provided via a non-jQuery UI based library.
# All weights are based on on the requirements defined within each file.
# @todo replace with solution found in https://drupal.org/node/3113649
assets/vendor/jquery.ui/ui/labels-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/tabbable-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/disable-selection-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/form-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/escape-selector-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/focusable-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/ie-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/jquery-1-7-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/keycode-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/plugin-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-active-element-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-blur-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/scroll-parent-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/unique-id-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/version-min.js : { weight: -11.9, minified : true }
# All CSS assets previously came from core/jquery.ui, a deprecated library.
# @todo replace with solution found in https://drupal.org/node/3113649
css :
component :
assets/vendor/jquery.ui/themes/base/core.css : { weight : -11.8 }
theme :
assets/vendor/jquery.ui/themes/base/theme.css : { weight : -11.8 }
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
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
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
2020-02-25 17:03:40 +00:00
es6-promise :
version : "4.2.8"
license :
name : MIT
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/stefanpenner/es6-promise/v4.2.8/LICENSE
2020-02-25 17:03:40 +00:00
gpl-compatible : true
js :
assets/vendor/es6-promise/es6-promise.auto.min.js : { weight: -20, 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
jquery :
remote : https://github.com/jquery/jquery
2020-05-15 19:14:12 +00:00
version : "3.5.1"
2014-07-18 08:06:54 +00:00
license :
name : MIT
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/jquery/jquery/3.5.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 :
Issue #2550717 by mradcliffe, bnjmnm, finnsky, Manuel Garcia, lauriii, longwave, tedbow, silesky, catch, xjm, droplet, johndevman, nod_, marassa: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
2020-03-13 20:00:18 +00:00
version : VERSION
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 :
Issue #2550717 by mradcliffe, bnjmnm, finnsky, Manuel Garcia, lauriii, longwave, tedbow, silesky, catch, xjm, droplet, johndevman, nod_, marassa: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
2020-03-13 20:00:18 +00:00
misc/jquery.cookie.shim.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
Issue #2550717 by mradcliffe, bnjmnm, finnsky, Manuel Garcia, lauriii, longwave, tedbow, silesky, catch, xjm, droplet, johndevman, nod_, marassa: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
2020-03-13 20:00:18 +00:00
- core/drupal
- core/js-cookie
deprecated : The %library_id% asset library is deprecated in Drupal 9.0.0 and will be removed in Drupal 10.0.0. Use the core/js-cookie library instead. See https://www.drupal.org/node/3104677
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.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
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/mattfarina/farbtastic/master/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-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
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/jquery-form/form/master/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-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
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/zurb/joyride/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
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
2019-12-19 12:01:10 +00:00
version : "2.2.3"
2014-07-18 08:06:54 +00:00
license :
name : GNU-GPL-2.0-or-later
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/RobLoach/jquery-once/2.2.3/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 :
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
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/jquery/jquery-ui/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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/ui/labels-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/tabbable-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/data-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/disable-selection-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/escape-selector-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/focusable-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/form-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/ie-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/jquery-1-7-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/keycode-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/plugin-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-active-element-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-blur-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/scroll-parent-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/unique-id-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/version-min.js : { weight: -11.9, 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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/themes/base/core.css : { weight : -11.8 }
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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/themes/base/theme.css : { weight : -11.8 }
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
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
deprecated : &jquery_ui_unused_deprecated The "%library_id%" asset library is deprecated in drupal:9.2.0 and is removed from drupal:10.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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/ui/widgets/autocomplete-min.js : { weight: -11.7, 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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/themes/base/autocomplete.css : { weight : -11.7 }
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
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +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.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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/ui/widgets/button-min.js : { weight: -11.5, minified : true }
assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js : { weight: -11.6, minified : true }
assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js : { weight: -11.7, 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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/themes/base/button.css : { weight : -11.5 }
assets/vendor/jquery.ui/themes/base/checkboxradio.css : { weight : -11.6 }
assets/vendor/jquery.ui/themes/base/controlgroup.css : { weight : -11.7 }
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
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +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
2020-02-27 14:24:02 +00:00
jquery.ui.dialog :
2017-07-13 12:42:28 +00:00
version : *jquery_ui_version
license : *jquery_ui_license
js :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
# All weights are based on on the requirements defined within each file.
assets/vendor/jquery.ui/ui/widgets/dialog-min.js : { weight: -11.4, minified : true }
assets/vendor/jquery.ui/ui/widgets/button-min.js : { weight: -11.5, minified : true }
assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js : { weight: -11.6, minified : true }
assets/vendor/jquery.ui/ui/widgets/draggable-min.js : { weight: -11.6, minified : true }
assets/vendor/jquery.ui/ui/widgets/resizable-min.js : { weight: -11.6, minified : true }
assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/form-reset-mixin-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/labels-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/widgets/mouse-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/tabbable-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/data-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/disable-selection-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/escape-selector-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/focusable-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/form-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/ie-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/jquery-1-7-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/keycode-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/plugin-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/position-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-active-element-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/safe-blur-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/scroll-parent-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/unique-id-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/widget-min.js : { weight: -11.8, minified : true }
assets/vendor/jquery.ui/ui/version-min.js : { weight: -11.9, 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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/themes/base/dialog.css : { weight : -11.4 }
assets/vendor/jquery.ui/themes/base/button.css : { weight : -11.5 }
assets/vendor/jquery.ui/themes/base/checkboxradio.css : { weight : -11.6 }
assets/vendor/jquery.ui/themes/base/resizable.css : { weight : -11.6 }
assets/vendor/jquery.ui/themes/base/controlgroup.css : { weight : -11.7 }
assets/vendor/jquery.ui/themes/base/core.css : { weight : -11.8 }
theme :
assets/vendor/jquery.ui/themes/base/theme.css : { weight : -11.8 }
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.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
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/ui/widgets/menu-min.js : { weight: -11.7, 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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/themes/base/menu.css : { weight : -11.7 }
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
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +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.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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/ui/widgets/mouse-min.js : { weight: -11.7, minified : true }
assets/vendor/jquery.ui/ui/ie-min.js : { weight: -11.8, 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
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +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.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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/ui/position-min.js : { weight: -11.8, minified : true }
2018-01-22 20:00:33 +00:00
dependencies :
- core/jquery.ui
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/ui/widgets/resizable-min.js : { weight: -11.6, 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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/themes/base/resizable.css : { weight : -11.6 }
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
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +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.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 :
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +00:00
assets/vendor/jquery.ui/ui/widget-min.js : { weight: -11.8, 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
Issue #3113400 by bnjmnm, alexpott, catch, ankithashetty, sarvjeetsingh, anmolgoyal74, Suresh Prabhu Parkala, lauriii, zrpnr, xjm, DamienMcKenna, nod_: Deprecate more jQuery UI library definitions
2020-12-11 12:10:15 +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
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
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://modernizr.com/license/
2014-07-18 08:06:54 +00:00
gpl-compatible : true
2020-01-17 23:49:59 +00:00
version : "3.8.0"
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 }
2020-01-17 23:49:59 +00:00
misc/modernizr-additional-tests.js : { preprocess: 0, 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
normalize :
remote : https://github.com/necolas/normalize.css
Issue #2821525 by bnjmnm, chrisrockwell, tedbow, alexpott, droplet, lauriii, DyanneNova, effulgentsia, xjm, joelpittet, Cottser, andrewmacpherson: Update normalize.css to the most recent version
2020-03-10 23:07:18 +00:00
version : "8.0.1"
2014-07-18 08:06:54 +00:00
license :
name : MIT
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/necolas/normalize.css/8.0.1/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
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
2019-12-20 11:04:04 +00:00
version : "3.0.3"
2014-07-18 08:06:54 +00:00
license :
name : MIT
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/scottjehl/picturefill/3.0.3/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 :
2020-11-17 15:35:06 +00:00
version : "2.5.4"
2019-10-16 16:57:06 +00:00
license :
name : MIT
2020-11-17 15:35:06 +00:00
url : https://raw.githubusercontent.com/popperjs/popper-core/v2.5.4/LICENSE.md
2019-10-16 16:57:06 +00:00
gpl-compatible : true
js :
assets/vendor/popperjs/popper.min.js : { minified : true }
2020-02-25 17:03:40 +00:00
dependencies :
- core/drupal.array.find
- core/es6-promise
- core/drupal.object.assign
2019-10-16 16:57:06 +00:00
Issue #3064049 by zrpnr, lauriii, bnjmnm, finnsky, alexpott, tedbow, phenaproxima, Wim Leers, xjm, Berdir, sasanikolic, justafish, larowlan: Replace jQuery UI sortable with Sortable js
2019-11-01 00:21:14 +00:00
sortable :
remote : https://github.com/SortableJS/Sortable
2020-02-28 22:27:09 +00:00
version : "1.10.2"
Issue #3064049 by zrpnr, lauriii, bnjmnm, finnsky, alexpott, tedbow, phenaproxima, Wim Leers, xjm, Berdir, sasanikolic, justafish, larowlan: Replace jQuery UI sortable with Sortable js
2019-11-01 00:21:14 +00:00
license :
name : MIT
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/SortableJS/Sortable/1.10.2/LICENSE
Issue #3064049 by zrpnr, lauriii, bnjmnm, finnsky, alexpott, tedbow, phenaproxima, Wim Leers, xjm, Berdir, sasanikolic, justafish, larowlan: Replace jQuery UI sortable with Sortable js
2019-11-01 00:21:14 +00:00
gpl-compatible : true
js :
assets/vendor/sortable/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
underscore :
remote : https://github.com/jashkenas/underscore
2020-11-17 13:51:40 +00:00
version : "1.11.0"
2014-07-18 08:06:54 +00:00
license :
name : MIT
2020-11-17 13:51:40 +00:00
url : https://raw.githubusercontent.com/jashkenas/underscore/1.11.0/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
Issue #2550717 by mradcliffe, bnjmnm, finnsky, Manuel Garcia, lauriii, longwave, tedbow, silesky, catch, xjm, droplet, johndevman, nod_, marassa: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
2020-03-13 20:00:18 +00:00
js-cookie :
remote : https://github.com/js-cookie/js-cookie
2020-04-30 17:06:52 +00:00
version : "v3.0.0-rc0"
Issue #2550717 by mradcliffe, bnjmnm, finnsky, Manuel Garcia, lauriii, longwave, tedbow, silesky, catch, xjm, droplet, johndevman, nod_, marassa: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
2020-03-13 20:00:18 +00:00
license :
name : MIT
Issue #2897837 by ankithashetty, Manuel Garcia, AkashkumarOSL, billywardrop, hedrickbt, jungle, Rithesh BK, rpayanm, tvb, Wim Leers, lauriii, mfv, xjm, maacl, Adsyy: Change the links on core.libraries.yml licenses so they link to the licenses themselves
2020-08-06 16:17:13 +00:00
url : https://raw.githubusercontent.com/js-cookie/js-cookie/v3.0.0-rc.0/LICENSE
Issue #2550717 by mradcliffe, bnjmnm, finnsky, Manuel Garcia, lauriii, longwave, tedbow, silesky, catch, xjm, droplet, johndevman, nod_, marassa: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
2020-03-13 20:00:18 +00:00
gpl-compatible : true
js :
assets/vendor/js-cookie/js.cookie.min.js : {}