You are here

core.libraries.yml in Drupal 9

Same filename and directory in other branches
  1. 8 core/core.libraries.yml
core/core.libraries.yml

File

core/core.libraries.yml
View source
  1. # All libraries are defined in alphabetical order.
  2. backbone:
  3. remote: https://github.com/jashkenas/backbone
  4. version: "1.4.0"
  5. license:
  6. name: MIT
  7. url: https://raw.githubusercontent.com/jashkenas/backbone/1.4.0/LICENSE
  8. gpl-compatible: true
  9. js:
  10. assets/vendor/backbone/backbone-min.js: { weight: -19, minified: true }
  11. dependencies:
  12. - core/underscore
  13. ckeditor:
  14. remote: https://github.com/ckeditor/ckeditor4
  15. version: "4.16.2"
  16. license:
  17. name: GNU-GPL-2.0-or-later
  18. url: https://raw.githubusercontent.com/ckeditor/ckeditor4/4.16.2/LICENSE.md
  19. gpl-compatible: true
  20. js:
  21. assets/vendor/ckeditor/ckeditor.js: { preprocess: false, minified: true }
  22. css.escape:
  23. remote: https://github.com/mathiasbynens/CSS.escape
  24. version: "1.5.1"
  25. license:
  26. name: MIT
  27. url: https://raw.githubusercontent.com/mathiasbynens/CSS.escape/v1.5.1/LICENSE-MIT.txt
  28. gpl-compatible: true
  29. js:
  30. assets/vendor/css-escape/css.escape.js: { weight: -20 }
  31. drupal:
  32. version: VERSION
  33. js:
  34. misc/drupal.js: { weight: -18 }
  35. misc/drupal.init.js: { weight: -17 }
  36. dependencies:
  37. - core/drupalSettings
  38. drupalSettings:
  39. suppressDeprecationErrors: true
  40. drupalSettings:
  41. version: VERSION
  42. js:
  43. # Need to specify a negative weight like drupal.js until
  44. # https://www.drupal.org/node/1945262 is resolved.
  45. misc/drupalSettingsLoader.js: { weight: -18 }
  46. drupalSettings:
  47. # These placeholder values will be set by system_js_settings_alter().
  48. path:
  49. baseUrl: null
  50. scriptPath: null
  51. pathPrefix: null
  52. currentPath: null
  53. currentPathIsAdmin: null
  54. isFront: null
  55. currentLanguage: null
  56. pluralDelimiter: null
  57. drupal.active-link:
  58. version: VERSION
  59. js:
  60. misc/active-link.js: {}
  61. dependencies:
  62. - core/drupal
  63. - core/drupalSettings
  64. drupal.ajax:
  65. version: VERSION
  66. js:
  67. misc/ajax.js: {}
  68. drupalSettings:
  69. # These placeholder values will be set by system_js_settings_alter().
  70. ajaxPageState:
  71. libraries: null
  72. theme: null
  73. theme_token: null
  74. ajaxTrustedUrl: {}
  75. dependencies:
  76. - core/jquery
  77. - core/drupal
  78. - core/drupalSettings
  79. - core/drupal.progress
  80. - core/once
  81. - core/tabbable
  82. drupal.announce:
  83. version: VERSION
  84. js:
  85. misc/announce.js: {}
  86. dependencies:
  87. - core/drupal
  88. - core/drupal.debounce
  89. drupal.autocomplete:
  90. version: VERSION
  91. js:
  92. misc/autocomplete.js: { weight: -1 }
  93. # The remaining JavaScript assets previously came from core/jquery.ui, a
  94. # deprecated library.
  95. # All weights are based on on the requirements defined within each file.
  96. # @todo replace with solution in https://drupal.org/node/3076171
  97. assets/vendor/jquery.ui/ui/widgets/autocomplete-min.js: { weight: -11.7, minified: true }
  98. assets/vendor/jquery.ui/ui/labels-min.js: { weight: -11.7, minified: true }
  99. assets/vendor/jquery.ui/ui/widgets/menu-min.js: { weight: -11.7, minified: true }
  100. assets/vendor/jquery.ui/ui/data-min.js: { weight: -11.8, minified: true }
  101. assets/vendor/jquery.ui/ui/disable-selection-min.js: { weight: -11.8, minified: true }
  102. assets/vendor/jquery.ui/ui/escape-selector-min.js: { weight: -11.8, minified: true }
  103. assets/vendor/jquery.ui/ui/focusable-min.js: { weight: -11.8, minified: true }
  104. assets/vendor/jquery.ui/ui/form-min.js: { weight: -11.8, minified: true }
  105. assets/vendor/jquery.ui/ui/ie-min.js: { weight: -11.8, minified: true }
  106. assets/vendor/jquery.ui/ui/jquery-1-7-min.js: { weight: -11.8, minified: true }
  107. assets/vendor/jquery.ui/ui/keycode-min.js: { weight: -11.8, minified: true }
  108. assets/vendor/jquery.ui/ui/plugin-min.js: { weight: -11.8, minified: true }
  109. assets/vendor/jquery.ui/ui/safe-active-element-min.js: { weight: -11.8, minified: true }
  110. assets/vendor/jquery.ui/ui/safe-blur-min.js: { weight: -11.8, minified: true }
  111. assets/vendor/jquery.ui/ui/scroll-parent-min.js: { weight: -11.8, minified: true }
  112. assets/vendor/jquery.ui/ui/unique-id-min.js: { weight: -11.8, minified: true }
  113. assets/vendor/jquery.ui/ui/widget-min.js: { weight: -11.8, minified: true }
  114. assets/vendor/jquery.ui/ui/version-min.js: { weight: -11.9, minified: true }
  115. # All CSS assets previously came from core/jquery.ui, a deprecated library.
  116. # @todo replace with solution found in https://drupal.org/node/3076171
  117. css:
  118. component:
  119. assets/vendor/jquery.ui/themes/base/autocomplete.css: { weight: -11.7 }
  120. assets/vendor/jquery.ui/themes/base/menu.css: { weight: -11.7 }
  121. assets/vendor/jquery.ui/themes/base/core.css: { weight: -11.8 }
  122. theme:
  123. assets/vendor/jquery.ui/themes/base/theme.css: { weight: -11.8 }
  124. dependencies:
  125. - core/jquery
  126. - core/drupal
  127. - core/drupalSettings
  128. - core/drupal.ajax
  129. - core/tabbable.jquery.shim
  130. - core/drupal.jquery.position
  131. drupal.array.find:
  132. version: VERSION
  133. js:
  134. misc/polyfills/array.find.js: { weight: -20 }
  135. drupal.batch:
  136. version: VERSION
  137. js:
  138. misc/batch.js: { cache: false }
  139. dependencies:
  140. - core/jquery
  141. - core/drupal
  142. - core/drupalSettings
  143. - core/drupal.ajax
  144. - core/drupal.progress
  145. - core/once
  146. drupal.checkbox:
  147. version: VERSION
  148. js:
  149. misc/checkbox.js: {}
  150. dependencies:
  151. - core/drupal
  152. drupal.collapse:
  153. version: VERSION
  154. js:
  155. misc/details-summarized-content.js: {}
  156. misc/details-aria.js: {}
  157. misc/collapse.js: {}
  158. dependencies:
  159. - core/jquery
  160. - core/modernizr
  161. - core/drupal
  162. - core/drupal.form
  163. - core/once
  164. drupal.date:
  165. version: VERSION
  166. js:
  167. misc/date.js: {}
  168. dependencies:
  169. - core/drupal
  170. - core/modernizr
  171. - core/once
  172. drupal.debounce:
  173. version: VERSION
  174. js:
  175. misc/debounce.js: {}
  176. dependencies:
  177. # @todo Remove Drupal dependency.
  178. - core/drupal
  179. drupal.dialog:
  180. version: VERSION
  181. js:
  182. misc/dialog/dialog.js: {}
  183. misc/dialog/dialog.position.js: {}
  184. misc/dialog/dialog.jquery-ui.js: {}
  185. # The remaining JavaScript assets previously came from core/jquery.ui, a
  186. # deprecated library.
  187. # All weights are based on on the requirements defined within each file.
  188. # @todo replace with solution in https://drupal.org/node/2158943
  189. assets/vendor/jquery.ui/ui/widgets/dialog-min.js: { weight: -11.4, minified: true }
  190. assets/vendor/jquery.ui/ui/widgets/button-min.js: { weight: -11.5, minified: true }
  191. assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js: { weight: -11.6, minified: true }
  192. assets/vendor/jquery.ui/ui/widgets/draggable-min.js: { weight: -11.6, minified: true }
  193. assets/vendor/jquery.ui/ui/widgets/resizable-min.js: { weight: -11.6, minified: true }
  194. assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js: { weight: -11.7, minified: true }
  195. assets/vendor/jquery.ui/ui/form-reset-mixin-min.js: { weight: -11.7, minified: true }
  196. assets/vendor/jquery.ui/ui/labels-min.js: { weight: -11.7, minified: true }
  197. assets/vendor/jquery.ui/ui/widgets/mouse-min.js: { weight: -11.7, minified: true }
  198. assets/vendor/jquery.ui/ui/data-min.js: { weight: -11.8, minified: true }
  199. assets/vendor/jquery.ui/ui/disable-selection-min.js: { weight: -11.8, minified: true }
  200. assets/vendor/jquery.ui/ui/form-min.js: { weight: -11.8, minified: true }
  201. assets/vendor/jquery.ui/ui/jquery-1-7-min.js: { weight: -11.8, minified: true }
  202. assets/vendor/jquery.ui/ui/scroll-parent-min.js: { weight: -11.8, minified: true }
  203. assets/vendor/jquery.ui/ui/unique-id-min.js: { weight: -11.8, minified: true }
  204. assets/vendor/jquery.ui/ui/escape-selector-min.js: { weight: -11.8, minified: true }
  205. assets/vendor/jquery.ui/ui/focusable-min.js: { weight: -11.8, minified: true }
  206. assets/vendor/jquery.ui/ui/ie-min.js: { weight: -11.8, minified: true }
  207. assets/vendor/jquery.ui/ui/keycode-min.js: { weight: -11.8, minified: true }
  208. assets/vendor/jquery.ui/ui/plugin-min.js: { weight: -11.8, minified: true }
  209. assets/vendor/jquery.ui/ui/safe-active-element-min.js: { weight: -11.8, minified: true }
  210. assets/vendor/jquery.ui/ui/safe-blur-min.js: { weight: -11.8, minified: true }
  211. assets/vendor/jquery.ui/ui/widget-min.js: { weight: -11.8, minified: true }
  212. assets/vendor/jquery.ui/ui/version-min.js: { weight: -11.9, minified: true }
  213. # All CSS assets previously came from core/jquery.ui, a deprecated library.
  214. # @todo replace with solution found in https://drupal.org/node/2158943
  215. css:
  216. component:
  217. assets/vendor/jquery.ui/themes/base/dialog.css: { weight: -11.4 }
  218. assets/vendor/jquery.ui/themes/base/button.css: { weight: -11.5 }
  219. assets/vendor/jquery.ui/themes/base/checkboxradio.css: { weight: -11.6 }
  220. assets/vendor/jquery.ui/themes/base/resizable.css: { weight: -11.6 }
  221. assets/vendor/jquery.ui/themes/base/controlgroup.css: { weight: -11.7 }
  222. assets/vendor/jquery.ui/themes/base/core.css: { weight: -11.8 }
  223. theme:
  224. assets/vendor/jquery.ui/themes/base/theme.css: { weight: -11.8 }
  225. dependencies:
  226. - core/jquery
  227. - core/drupal
  228. - core/drupalSettings
  229. - core/drupal.debounce
  230. - core/drupal.displace
  231. - core/tabbable.jquery.shim
  232. - core/drupal.jquery.position
  233. drupal.dialog.ajax:
  234. version: VERSION
  235. js:
  236. misc/dialog/dialog.ajax.js: {}
  237. dependencies:
  238. - core/jquery
  239. - core/drupal
  240. - core/drupalSettings
  241. - core/drupal.ajax
  242. - core/drupal.dialog
  243. - core/tabbable
  244. drupal.displace:
  245. version: VERSION
  246. js:
  247. misc/displace.js: {}
  248. dependencies:
  249. - core/jquery
  250. - core/drupal
  251. - core/drupal.debounce
  252. drupal.dropbutton:
  253. version: VERSION
  254. js:
  255. misc/dropbutton/dropbutton.js: {}
  256. css:
  257. component:
  258. misc/dropbutton/dropbutton.css: {}
  259. dependencies:
  260. - core/jquery
  261. - core/drupal
  262. - core/drupalSettings
  263. - core/once
  264. drupal.element.closest:
  265. version: VERSION
  266. js:
  267. misc/polyfills/element.closest.js: { weight: -20 }
  268. dependencies:
  269. - core/drupal.element.matches
  270. drupal.element.matches:
  271. version: VERSION
  272. js:
  273. misc/polyfills/element.matches.js: { weight: -20 }
  274. drupal.entity-form:
  275. version: VERSION
  276. js:
  277. misc/entity-form.js: {}
  278. dependencies:
  279. - core/drupal.form
  280. drupal.form:
  281. version: VERSION
  282. js:
  283. misc/form.js: {}
  284. dependencies:
  285. - core/jquery
  286. - core/drupal
  287. - core/drupal.debounce
  288. - core/once
  289. drupal.machine-name:
  290. version: VERSION
  291. js:
  292. misc/machine-name.js: {}
  293. dependencies:
  294. - core/jquery
  295. - core/once
  296. - core/drupal
  297. - core/drupalSettings
  298. - core/drupal.form
  299. drupal.message:
  300. version: VERSION
  301. js:
  302. misc/message.js: {}
  303. dependencies:
  304. - core/drupal
  305. - core/drupal.announce
  306. drupal.nodelist.foreach:
  307. version: VERSION
  308. js:
  309. misc/polyfills/nodelist.foreach.js: { weight: -20 }
  310. drupal.object.assign:
  311. version: VERSION
  312. js:
  313. misc/polyfills/object.assign.js: { weight: -20 }
  314. drupal.progress:
  315. version: VERSION
  316. js:
  317. misc/progress.js: {}
  318. dependencies:
  319. - core/drupal
  320. - core/jquery
  321. - core/drupalSettings
  322. drupal.states:
  323. version: VERSION
  324. js:
  325. misc/states.js: {}
  326. dependencies:
  327. - core/jquery
  328. - core/drupal
  329. - core/drupalSettings
  330. - core/once
  331. drupal.tabbingmanager:
  332. version: VERSION
  333. js:
  334. misc/tabbingmanager.js: {}
  335. dependencies:
  336. - core/jquery
  337. - core/drupal
  338. - core/tabbable
  339. drupal.tabledrag:
  340. version: VERSION
  341. js:
  342. misc/tabledrag.js: { weight: -1 }
  343. dependencies:
  344. - core/jquery
  345. - core/drupal
  346. - core/drupalSettings
  347. - core/once
  348. drupal.tableheader:
  349. version: VERSION
  350. js:
  351. misc/tableheader.js: {}
  352. dependencies:
  353. - core/jquery
  354. - core/drupal
  355. - core/drupalSettings
  356. - core/once
  357. - core/drupal.displace
  358. drupal.tableresponsive:
  359. version: VERSION
  360. js:
  361. misc/tableresponsive.js: {}
  362. dependencies:
  363. - core/jquery
  364. - core/drupal
  365. - core/once
  366. drupal.tableselect:
  367. version: VERSION
  368. js:
  369. misc/tableselect.js: {}
  370. dependencies:
  371. - core/drupal
  372. - core/drupal.checkbox
  373. - core/jquery
  374. - core/once
  375. drupal.timezone:
  376. version: VERSION
  377. js:
  378. misc/timezone.js: {}
  379. dependencies:
  380. - core/jquery
  381. - core/once
  382. - core/drupal
  383. drupal.vertical-tabs:
  384. version: VERSION
  385. js:
  386. # Load before core/drupal.collapse.
  387. misc/vertical-tabs.js: { weight: -1 }
  388. css:
  389. component:
  390. misc/vertical-tabs.css: {}
  391. dependencies:
  392. - core/jquery
  393. - core/once
  394. - core/drupal
  395. - core/drupalSettings
  396. - core/drupal.form
  397. es6-promise:
  398. version: "4.2.8"
  399. license:
  400. name: MIT
  401. url: https://raw.githubusercontent.com/stefanpenner/es6-promise/v4.2.8/LICENSE
  402. gpl-compatible: true
  403. js:
  404. assets/vendor/es6-promise/es6-promise.auto.min.js: { weight: -20, minified: true }
  405. jquery:
  406. remote: https://github.com/jquery/jquery
  407. version: "3.6.0"
  408. license:
  409. name: MIT
  410. url: https://raw.githubusercontent.com/jquery/jquery/3.6.0/LICENSE.txt
  411. gpl-compatible: true
  412. js:
  413. assets/vendor/jquery/jquery.min.js: { minified: true, weight: -20 }
  414. jquery.cookie:
  415. version: VERSION
  416. js:
  417. misc/jquery.cookie.shim.js: {}
  418. dependencies:
  419. - core/jquery
  420. - core/drupal
  421. - core/js-cookie
  422. 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
  423. jquery.farbtastic:
  424. remote: https://github.com/mattfarina/farbtastic
  425. # @todo Ping @robloach or @mattfarina to retroactively create this release.
  426. version: "1.2"
  427. license:
  428. name: GNU-GPL-2.0-or-later
  429. url: https://raw.githubusercontent.com/mattfarina/farbtastic/master/LICENSE.txt
  430. gpl-compatible: true
  431. js:
  432. assets/vendor/farbtastic/farbtastic.js: { minified: true }
  433. css:
  434. component:
  435. assets/vendor/farbtastic/farbtastic.css: {}
  436. dependencies:
  437. - core/jquery
  438. jquery.form:
  439. remote: https://github.com/jquery-form/form
  440. version: "4.3.0"
  441. license:
  442. name: GNU-GPL-2.0-or-later
  443. url: https://raw.githubusercontent.com/jquery-form/form/master/LICENSE
  444. gpl-compatible: true
  445. js:
  446. assets/vendor/jquery-form/jquery.form.min.js: { minified: true }
  447. dependencies:
  448. - core/jquery
  449. jquery.joyride:
  450. remote: https://github.com/zurb/joyride
  451. # We rely on a fix (commit c2b3866) that occurred after 2.1.0 was released.
  452. # @see https://www.drupal.org/node/2898808.
  453. # @todo Update to 2.1.1 or later when that's released.
  454. # Version is set at 2.1.0.1 allowing version_compare to consider this lower
  455. # than 2.1.1 however greater than 2.1.0
  456. version: "2.1.0.1"
  457. license:
  458. name: MIT
  459. url: https://raw.githubusercontent.com/zurb/joyride/v2.1.0/README.markdown
  460. gpl-compatible: true
  461. js:
  462. assets/vendor/jquery-joyride/jquery.joyride-2.1.js: { }
  463. deprecated: The "%library_id%" asset library is deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. Use the core/shepherd library instead. See https://www.drupal.org/node/3195234
  464. dependencies:
  465. - core/jquery
  466. shepherd:
  467. remote: https://github.com/shipshapecode/shepherd
  468. version: "8.3.1"
  469. license:
  470. name: MIT
  471. url: https://raw.githubusercontent.com/shipshapecode/shepherd/v8.3.1/LICENSE
  472. gpl-compatible: true
  473. js:
  474. assets/vendor/shepherd/shepherd.min.js: { minified: true }
  475. jquery.once:
  476. remote: https://github.com/RobLoach/jquery-once
  477. version: "2.2.3"
  478. license:
  479. name: GNU-GPL-2.0-or-later
  480. url: https://raw.githubusercontent.com/RobLoach/jquery-once/2.2.3/LICENSE.md
  481. gpl-compatible: true
  482. js:
  483. assets/vendor/jquery-once/jquery.once.min.js: { weight: -19, minified: true }
  484. dependencies:
  485. - core/jquery
  486. - core/jquery.once.bc
  487. deprecated: The %library_id% asset library is deprecated in Drupal 9.3.0 and will be removed in Drupal 10.0.0. Use the core/once library instead. See https://www.drupal.org/node/3158256
  488. jquery.once.bc:
  489. version: VERSION
  490. js:
  491. misc/jquery.once.bc.js: { weight: -19 }
  492. dependencies:
  493. - core/jquery
  494. - core/once
  495. - core/drupal.object.assign
  496. jquery.ui:
  497. version: &jquery_ui_version 1.12.1
  498. license: &jquery_ui_license
  499. name: Public Domain
  500. url: https://raw.githubusercontent.com/jquery/jquery-ui/1.12.1/LICENSE.txt
  501. gpl-compatible: true
  502. js:
  503. assets/vendor/jquery.ui/ui/labels-min.js: { weight: -11.7, minified: true }
  504. assets/vendor/jquery.ui/ui/data-min.js: { weight: -11.8, minified: true }
  505. assets/vendor/jquery.ui/ui/disable-selection-min.js: { weight: -11.8, minified: true }
  506. assets/vendor/jquery.ui/ui/escape-selector-min.js: { weight: -11.8, minified: true }
  507. assets/vendor/jquery.ui/ui/focusable-min.js: { weight: -11.8, minified: true }
  508. assets/vendor/jquery.ui/ui/form-min.js: { weight: -11.8, minified: true }
  509. assets/vendor/jquery.ui/ui/ie-min.js: { weight: -11.8, minified: true }
  510. assets/vendor/jquery.ui/ui/jquery-1-7-min.js: { weight: -11.8, minified: true }
  511. assets/vendor/jquery.ui/ui/keycode-min.js: { weight: -11.8, minified: true }
  512. assets/vendor/jquery.ui/ui/plugin-min.js: { weight: -11.8, minified: true }
  513. assets/vendor/jquery.ui/ui/safe-active-element-min.js: { weight: -11.8, minified: true }
  514. assets/vendor/jquery.ui/ui/safe-blur-min.js: { weight: -11.8, minified: true }
  515. assets/vendor/jquery.ui/ui/scroll-parent-min.js: { weight: -11.8, minified: true }
  516. assets/vendor/jquery.ui/ui/unique-id-min.js: { weight: -11.8, minified: true }
  517. assets/vendor/jquery.ui/ui/version-min.js: { weight: -11.9, minified: true }
  518. css:
  519. component:
  520. assets/vendor/jquery.ui/themes/base/core.css: { weight: -11.8 }
  521. theme:
  522. assets/vendor/jquery.ui/themes/base/theme.css: { weight: -11.8 }
  523. dependencies:
  524. - core/jquery
  525. - core/tabbable.jquery.shim
  526. 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
  527. jquery.ui.autocomplete:
  528. version: *jquery_ui_version
  529. license: *jquery_ui_license
  530. js:
  531. assets/vendor/jquery.ui/ui/widgets/autocomplete-min.js: { weight: -11.7, minified: true }
  532. css:
  533. component:
  534. assets/vendor/jquery.ui/themes/base/autocomplete.css: { weight: -11.7 }
  535. dependencies:
  536. - core/jquery.ui
  537. - core/jquery.ui.widget
  538. - core/jquery.ui.position
  539. - core/jquery.ui.menu
  540. deprecated: *jquery_ui_unused_deprecated
  541. jquery.ui.button:
  542. version: *jquery_ui_version
  543. license: *jquery_ui_license
  544. js:
  545. assets/vendor/jquery.ui/ui/widgets/button-min.js: { weight: -11.5, minified: true }
  546. assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js: { weight: -11.6, minified: true }
  547. assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js: { weight: -11.7, minified: true }
  548. css:
  549. component:
  550. assets/vendor/jquery.ui/themes/base/button.css: { weight: -11.5 }
  551. assets/vendor/jquery.ui/themes/base/checkboxradio.css: { weight: -11.6 }
  552. assets/vendor/jquery.ui/themes/base/controlgroup.css: { weight: -11.7 }
  553. dependencies:
  554. - core/jquery.ui
  555. - core/jquery.ui.widget
  556. deprecated: *jquery_ui_unused_deprecated
  557. jquery.ui.dialog:
  558. version: *jquery_ui_version
  559. license: *jquery_ui_license
  560. js:
  561. # All weights are based on on the requirements defined within each file.
  562. assets/vendor/jquery.ui/ui/widgets/dialog-min.js: { weight: -11.4, minified: true }
  563. assets/vendor/jquery.ui/ui/widgets/button-min.js: { weight: -11.5, minified: true }
  564. assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js: { weight: -11.6, minified: true }
  565. assets/vendor/jquery.ui/ui/widgets/draggable-min.js: { weight: -11.6, minified: true }
  566. assets/vendor/jquery.ui/ui/widgets/resizable-min.js: { weight: -11.6, minified: true }
  567. assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js: { weight: -11.7, minified: true }
  568. assets/vendor/jquery.ui/ui/form-reset-mixin-min.js: { weight: -11.7, minified: true }
  569. assets/vendor/jquery.ui/ui/labels-min.js: { weight: -11.7, minified: true }
  570. assets/vendor/jquery.ui/ui/widgets/mouse-min.js: { weight: -11.7, minified: true }
  571. assets/vendor/jquery.ui/ui/data-min.js: { weight: -11.8, minified: true }
  572. assets/vendor/jquery.ui/ui/disable-selection-min.js: { weight: -11.8, minified: true }
  573. assets/vendor/jquery.ui/ui/escape-selector-min.js: { weight: -11.8, minified: true }
  574. assets/vendor/jquery.ui/ui/focusable-min.js: { weight: -11.8, minified: true }
  575. assets/vendor/jquery.ui/ui/form-min.js: { weight: -11.8, minified: true }
  576. assets/vendor/jquery.ui/ui/ie-min.js: { weight: -11.8, minified: true }
  577. assets/vendor/jquery.ui/ui/jquery-1-7-min.js: { weight: -11.8, minified: true }
  578. assets/vendor/jquery.ui/ui/keycode-min.js: { weight: -11.8, minified: true }
  579. assets/vendor/jquery.ui/ui/plugin-min.js: { weight: -11.8, minified: true }
  580. assets/vendor/jquery.ui/ui/safe-active-element-min.js: { weight: -11.8, minified: true }
  581. assets/vendor/jquery.ui/ui/safe-blur-min.js: { weight: -11.8, minified: true }
  582. assets/vendor/jquery.ui/ui/scroll-parent-min.js: { weight: -11.8, minified: true }
  583. assets/vendor/jquery.ui/ui/unique-id-min.js: { weight: -11.8, minified: true }
  584. assets/vendor/jquery.ui/ui/widget-min.js: { weight: -11.8, minified: true }
  585. assets/vendor/jquery.ui/ui/version-min.js: { weight: -11.9, minified: true }
  586. css:
  587. component:
  588. assets/vendor/jquery.ui/themes/base/dialog.css: { weight: -11.4 }
  589. assets/vendor/jquery.ui/themes/base/button.css: { weight: -11.5 }
  590. assets/vendor/jquery.ui/themes/base/checkboxradio.css: { weight: -11.6 }
  591. assets/vendor/jquery.ui/themes/base/resizable.css: { weight: -11.6 }
  592. assets/vendor/jquery.ui/themes/base/controlgroup.css: { weight: -11.7 }
  593. assets/vendor/jquery.ui/themes/base/core.css: { weight: -11.8 }
  594. theme:
  595. assets/vendor/jquery.ui/themes/base/theme.css: { weight: -11.8 }
  596. dependencies:
  597. - core/jquery
  598. - core/tabbable.jquery.shim
  599. - core/drupal.jquery.position
  600. deprecated: *jquery_ui_unused_deprecated
  601. jquery.ui.draggable:
  602. version: *jquery_ui_version
  603. license: *jquery_ui_license
  604. js:
  605. assets/vendor/jquery.ui/ui/widgets/draggable-min.js: { minified: true }
  606. dependencies:
  607. - core/jquery.ui
  608. - core/jquery.ui.mouse
  609. - core/jquery.ui.widget
  610. deprecated: *jquery_ui_unused_deprecated
  611. jquery.ui.menu:
  612. version: *jquery_ui_version
  613. license: *jquery_ui_license
  614. js:
  615. assets/vendor/jquery.ui/ui/widgets/menu-min.js: { weight: -11.7, minified: true }
  616. css:
  617. component:
  618. assets/vendor/jquery.ui/themes/base/menu.css: { weight: -11.7 }
  619. dependencies:
  620. - core/jquery.ui
  621. - core/jquery.ui.position
  622. - core/jquery.ui.widget
  623. deprecated: *jquery_ui_unused_deprecated
  624. jquery.ui.mouse:
  625. version: *jquery_ui_version
  626. license: *jquery_ui_license
  627. js:
  628. assets/vendor/jquery.ui/ui/widgets/mouse-min.js: { weight: -11.7, minified: true }
  629. assets/vendor/jquery.ui/ui/ie-min.js: { weight: -11.8, minified: true }
  630. dependencies:
  631. - core/jquery.ui.widget
  632. deprecated: *jquery_ui_unused_deprecated
  633. drupal.jquery.position:
  634. # For most positioning needs, the core/popperjs library should be used. This
  635. # is a modified version of jQuery UI position for that does not require any
  636. # jQuery UI assets, only jQuery. It is provided by core for use with
  637. # pre-existing libraries that expect the jQuery UI position API. Popperjs is
  638. # recommended for any new uses.
  639. version: VERSION
  640. js:
  641. misc/position.js: {}
  642. dependencies:
  643. - core/jquery
  644. jquery.ui.position:
  645. version: *jquery_ui_version
  646. license: *jquery_ui_license
  647. dependencies:
  648. - core/drupal.jquery.position
  649. deprecated: *jquery_ui_unused_deprecated
  650. jquery.ui.resizable:
  651. version: *jquery_ui_version
  652. license: *jquery_ui_license
  653. js:
  654. assets/vendor/jquery.ui/ui/widgets/resizable-min.js: { weight: -11.6, minified: true }
  655. css:
  656. component:
  657. assets/vendor/jquery.ui/themes/base/resizable.css: { weight: -11.6 }
  658. dependencies:
  659. - core/jquery.ui
  660. - core/jquery.ui.widget
  661. - core/jquery.ui.mouse
  662. deprecated: *jquery_ui_unused_deprecated
  663. jquery.ui.widget:
  664. version: *jquery_ui_version
  665. license: *jquery_ui_license
  666. js:
  667. assets/vendor/jquery.ui/ui/widget-min.js: { weight: -11.8, minified: true }
  668. dependencies:
  669. - core/jquery.ui
  670. deprecated: *jquery_ui_unused_deprecated
  671. modernizr:
  672. # Block the page from being loaded until Modernizr is initialized.
  673. header: true
  674. remote: https://github.com/Modernizr/Modernizr
  675. license:
  676. name: MIT
  677. url: https://modernizr.com/license/
  678. gpl-compatible: true
  679. version: "3.11.7"
  680. js:
  681. assets/vendor/modernizr/modernizr.min.js: { preprocess: 0, weight: -21, minified: true }
  682. misc/modernizr-additional-tests.js: { preprocess: 0, weight: -20 }
  683. normalize:
  684. remote: https://github.com/necolas/normalize.css
  685. version: "8.0.1"
  686. license:
  687. name: MIT
  688. url: https://raw.githubusercontent.com/necolas/normalize.css/8.0.1/LICENSE.md
  689. gpl-compatible: true
  690. css:
  691. base:
  692. assets/vendor/normalize-css/normalize.css: { weight: -20 }
  693. misc/normalize-fixes.css: { weight: -19 }
  694. once:
  695. remote: https://git.drupalcode.org/project/once
  696. version: "1.0.1"
  697. license:
  698. name: GNU-GPL-2.0-or-later
  699. url: https://git.drupalcode.org/project/once/-/raw/v1.0.1/LICENSE.md
  700. gpl-compatible: true
  701. js:
  702. assets/vendor/once/once.min.js: { weight: -19, minified: true }
  703. dependencies:
  704. - core/drupal.element.matches
  705. picturefill:
  706. remote: https://github.com/scottjehl/picturefill
  707. version: "3.0.3"
  708. license:
  709. name: MIT
  710. url: https://raw.githubusercontent.com/scottjehl/picturefill/3.0.3/LICENSE
  711. gpl-compatible: true
  712. js:
  713. assets/vendor/picturefill/picturefill.min.js: { weight: -10, minified: true }
  714. popperjs:
  715. version: "2.9.2"
  716. license:
  717. name: MIT
  718. url: https://raw.githubusercontent.com/popperjs/popper-core/v2.9.2/LICENSE.md
  719. gpl-compatible: true
  720. js:
  721. assets/vendor/popperjs/popper.min.js: { minified: true }
  722. dependencies:
  723. - core/drupal.array.find
  724. - core/es6-promise
  725. - core/drupal.object.assign
  726. sortable:
  727. remote: https://github.com/SortableJS/Sortable
  728. version: "1.13.0"
  729. license:
  730. name: MIT
  731. url: https://raw.githubusercontent.com/SortableJS/Sortable/1.13.0/LICENSE
  732. gpl-compatible: true
  733. js:
  734. assets/vendor/sortable/Sortable.min.js: { minified: true }
  735. tabbable:
  736. remote: https://github.com/focus-trap/tabbable
  737. version: "5.2.0"
  738. license:
  739. name: MIT
  740. url: https://raw.githubusercontent.com/focus-trap/tabbable/v5.2.0/LICENSE
  741. gpl-compatible: true
  742. js:
  743. assets/vendor/tabbable/index.umd.min.js: { weight: -1, minified: true }
  744. dependencies:
  745. - core/css.escape
  746. tabbable.jquery.shim:
  747. version: VERSION
  748. js:
  749. misc/jquery.tabbable.shim.js: {}
  750. dependencies:
  751. - core/drupal
  752. - core/tabbable
  753. - core/jquery
  754. underscore:
  755. remote: https://github.com/jashkenas/underscore
  756. version: "1.13.1"
  757. license:
  758. name: MIT
  759. url: https://raw.githubusercontent.com/jashkenas/underscore/1.13.1/LICENSE
  760. gpl-compatible: true
  761. js:
  762. assets/vendor/underscore/underscore-min.js: { weight: -20, minified: true }
  763. drupal.dialog.off_canvas:
  764. version: VERSION
  765. js:
  766. misc/dialog/off-canvas.js: {}
  767. css:
  768. base:
  769. misc/dialog/off-canvas.reset.css: {}
  770. misc/dialog/off-canvas.base.css: {}
  771. misc/dialog/off-canvas.css: {}
  772. # Add group setting to make sure this CSS load before any jQuery UI Dialog
  773. # CSS.
  774. misc/dialog/off-canvas.theme.css: { group: 200 }
  775. component:
  776. misc/dialog/off-canvas.motion.css: {}
  777. misc/dialog/off-canvas.button.css: {}
  778. misc/dialog/off-canvas.form.css: {}
  779. misc/dialog/off-canvas.table.css: {}
  780. misc/dialog/off-canvas.details.css: {}
  781. misc/dialog/off-canvas.tabledrag.css: {}
  782. misc/dialog/off-canvas.dropbutton.css: {}
  783. misc/dialog/off-canvas.layout.css: {}
  784. dependencies:
  785. - core/jquery
  786. - core/once
  787. - core/drupal
  788. - core/drupal.ajax
  789. - core/drupal.announce
  790. - core/drupal.dialog
  791. - core/drupal.dialog.ajax
  792. js-cookie:
  793. remote: https://github.com/js-cookie/js-cookie
  794. version: "3.0.0-rc.0"
  795. license:
  796. name: MIT
  797. url: https://raw.githubusercontent.com/js-cookie/js-cookie/v3.0.0-rc.0/LICENSE
  798. gpl-compatible: true
  799. js:
  800. assets/vendor/js-cookie/js.cookie.min.js: {}