Same filename and directory in other branches
  1. 8.9.x core/core.libraries.yml
  2. 9 core/core.libraries.yml
core/core.libraries.yml

File

core/core.libraries.yml
View source
  1. # All libraries are defined in alphabetical order.
  2. internal.backbone:
  3. # Internal library. Do not depend on it outside core nor add new core usage.
  4. # The library will be removed as soon as the following issues are fixed:
  5. # - https://www.drupal.org/project/drupal/issues/3203920
  6. # - https://www.drupal.org/project/drupal/issues/3204011
  7. # - https://www.drupal.org/project/drupal/issues/3204015
  8. remote: https://github.com/jashkenas/backbone
  9. version: "1.5.0"
  10. license:
  11. name: MIT
  12. url: https://raw.githubusercontent.com/jashkenas/backbone/1.5.0/LICENSE
  13. gpl-compatible: true
  14. js:
  15. assets/vendor/backbone/backbone-min.js: { weight: -19, minified: true }
  16. dependencies:
  17. - core/internal.underscore
  18. ckeditor5:
  19. remote: https://github.com/ckeditor/ckeditor5
  20. version: "41.2.0"
  21. license:
  22. name: GNU-GPL-2.0-or-later
  23. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  24. gpl-compatible: true
  25. js:
  26. # This file is not aggregated to force the creation of a new aggregate file
  27. # containing all files between this one and the next non-aggregated file
  28. # (if it exists). The files loaded after this one will include CKEditor 5
  29. # translations, enabled plugins, and the rest of the JavaScript needed on
  30. # the page.
  31. assets/vendor/ckeditor5/ckeditor5-dll/ckeditor5-dll.js: { preprocess: false, minified: true }
  32. dependencies:
  33. - core/ckeditor5.translations
  34. ckeditor5.editorClassic:
  35. remote: https://github.com/ckeditor/ckeditor5
  36. version: "41.2.0"
  37. license:
  38. name: GNU-GPL-2.0-or-later
  39. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  40. gpl-compatible: true
  41. js:
  42. assets/vendor/ckeditor5/editor-classic/editor-classic.js: { minified: true }
  43. dependencies:
  44. - core/ckeditor5
  45. ckeditor5.editorDecoupled:
  46. remote: https://github.com/ckeditor/ckeditor5
  47. version: "41.2.0"
  48. license:
  49. name: GNU-GPL-2.0-or-later
  50. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  51. gpl-compatible: true
  52. js:
  53. assets/vendor/ckeditor5/editor-decoupled/editor-decoupled.js: { minified: true }
  54. dependencies:
  55. - core/ckeditor5
  56. - core/ckeditor5.htmlSupport
  57. ckeditor5.essentials:
  58. remote: https://github.com/ckeditor/ckeditor5
  59. version: "35.1.0"
  60. license:
  61. name: GNU-GPL-2.0-or-later
  62. url: https://github.com/ckeditor/ckeditor5/blob/v35.1.0/LICENSE.md
  63. gpl-compatible: true
  64. js:
  65. assets/vendor/ckeditor5/essentials/essentials.js: { minified: true }
  66. dependencies:
  67. - core/ckeditor5
  68. - core/ckeditor5.heading
  69. ckeditor5.heading:
  70. remote: https://github.com/ckeditor/ckeditor5
  71. version: "41.2.0"
  72. license:
  73. name: GNU-GPL-2.0-or-later
  74. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  75. gpl-compatible: true
  76. js:
  77. assets/vendor/ckeditor5/heading/heading.js: { minified: true }
  78. dependencies:
  79. - core/ckeditor5
  80. - core/ckeditor5.translations
  81. ckeditor5.basic:
  82. remote: https://github.com/ckeditor/ckeditor5
  83. version: "41.2.0"
  84. license:
  85. name: GNU-GPL-2.0-or-later
  86. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  87. gpl-compatible: true
  88. js:
  89. assets/vendor/ckeditor5/basic-styles/basic-styles.js: { minified: true }
  90. dependencies:
  91. - core/ckeditor5
  92. - core/ckeditor5.translations
  93. ckeditor5.specialCharacters:
  94. remote: https://github.com/ckeditor/ckeditor5
  95. version: "41.2.0"
  96. license:
  97. name: GNU-GPL-2.0-or-later
  98. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  99. gpl-compatible: true
  100. js:
  101. assets/vendor/ckeditor5/special-characters/special-characters.js: { minified: true }
  102. dependencies:
  103. - core/ckeditor5
  104. - core/ckeditor5.translations
  105. ckeditor5.blockquote:
  106. remote: https://github.com/ckeditor/ckeditor5
  107. version: "41.2.0"
  108. license:
  109. name: GNU-GPL-2.0-or-later
  110. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  111. gpl-compatible: true
  112. js:
  113. assets/vendor/ckeditor5/block-quote/block-quote.js: { minified: true }
  114. dependencies:
  115. - core/ckeditor5
  116. - core/ckeditor5.translations
  117. ckeditor5.image:
  118. remote: https://github.com/ckeditor/ckeditor5
  119. version: "41.2.0"
  120. license:
  121. name: GNU-GPL-2.0-or-later
  122. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  123. gpl-compatible: true
  124. js:
  125. assets/vendor/ckeditor5/image/image.js: { minified: true }
  126. dependencies:
  127. - core/ckeditor5
  128. - core/ckeditor5.translations
  129. ckeditor5.link:
  130. remote: https://github.com/ckeditor/ckeditor5
  131. version: "41.2.0"
  132. license:
  133. name: GNU-GPL-2.0-or-later
  134. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  135. gpl-compatible: true
  136. js:
  137. assets/vendor/ckeditor5/link/link.js: { minified: true }
  138. dependencies:
  139. - core/ckeditor5
  140. - core/ckeditor5.translations
  141. ckeditor5.list:
  142. remote: https://github.com/ckeditor/ckeditor5
  143. version: "41.2.0"
  144. license:
  145. name: GNU-GPL-2.0-or-later
  146. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  147. gpl-compatible: true
  148. js:
  149. assets/vendor/ckeditor5/list/list.js: { minified: true }
  150. dependencies:
  151. - core/ckeditor5
  152. - core/ckeditor5.translations
  153. ckeditor5.horizontalLine:
  154. remote: https://github.com/ckeditor/ckeditor5
  155. version: "41.2.0"
  156. license:
  157. name: GNU-GPL-2.0-or-later
  158. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  159. gpl-compatible: true
  160. js:
  161. assets/vendor/ckeditor5/horizontal-line/horizontal-line.js: { minified: true }
  162. dependencies:
  163. - core/ckeditor5
  164. - core/ckeditor5.translations
  165. ckeditor5.htmlSupport:
  166. remote: https://github.com/ckeditor/ckeditor5
  167. version: "41.2.0"
  168. license:
  169. name: GNU-GPL-2.0-or-later
  170. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  171. gpl-compatible: true
  172. js:
  173. assets/vendor/ckeditor5/html-support/html-support.js: { minified: true }
  174. dependencies:
  175. - core/ckeditor5
  176. - core/ckeditor5.translations
  177. ckeditor5.alignment:
  178. remote: https://github.com/ckeditor/ckeditor5
  179. version: "41.2.0"
  180. license:
  181. name: GNU-GPL-2.0-or-later
  182. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  183. gpl-compatible: true
  184. js:
  185. assets/vendor/ckeditor5/alignment/alignment.js: { minified: true }
  186. dependencies:
  187. - core/ckeditor5
  188. - core/ckeditor5.translations
  189. ckeditor5.removeFormat:
  190. remote: https://github.com/ckeditor/ckeditor5
  191. version: "41.2.0"
  192. license:
  193. name: GNU-GPL-2.0-or-later
  194. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  195. gpl-compatible: true
  196. js:
  197. assets/vendor/ckeditor5/remove-format/remove-format.js: { minified: true }
  198. dependencies:
  199. - core/ckeditor5
  200. - core/ckeditor5.translations
  201. ckeditor5.pasteFromOffice:
  202. remote: https://github.com/ckeditor/ckeditor5
  203. version: "41.2.0"
  204. license:
  205. name: GNU-GPL-2.0-or-later
  206. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  207. gpl-compatible: true
  208. js:
  209. assets/vendor/ckeditor5/paste-from-office/paste-from-office.js: { minified: true }
  210. dependencies:
  211. - core/ckeditor5
  212. ckeditor5.indent:
  213. remote: https://github.com/ckeditor/ckeditor5
  214. version: "41.2.0"
  215. license:
  216. name: GNU-GPL-2.0-or-later
  217. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  218. gpl-compatible: true
  219. js:
  220. assets/vendor/ckeditor5/indent/indent.js: { minified: true }
  221. dependencies:
  222. - core/ckeditor5
  223. - core/ckeditor5.translations
  224. ckeditor5.sourceEditing:
  225. remote: https://github.com/ckeditor/ckeditor5
  226. version: "41.2.0"
  227. license:
  228. name: GNU-GPL-2.0-or-later
  229. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  230. gpl-compatible: true
  231. js:
  232. assets/vendor/ckeditor5/source-editing/source-editing.js: { minified: true }
  233. dependencies:
  234. - core/ckeditor5
  235. - core/ckeditor5.translations
  236. ckeditor5.table:
  237. remote: https://github.com/ckeditor/ckeditor5
  238. version: "41.2.0"
  239. license:
  240. name: GNU-GPL-2.0-or-later
  241. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  242. gpl-compatible: true
  243. js:
  244. assets/vendor/ckeditor5/table/table.js: { minified: true }
  245. dependencies:
  246. - core/ckeditor5
  247. - core/ckeditor5.translations
  248. ckeditor5.language:
  249. remote: https://github.com/ckeditor/ckeditor5
  250. version: "41.2.0"
  251. license:
  252. name: GNU-GPL-2.0-or-later
  253. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  254. gpl-compatible: true
  255. js:
  256. assets/vendor/ckeditor5/language/language.js: { minified: true }
  257. dependencies:
  258. - core/ckeditor5
  259. - core/ckeditor5.translations
  260. ckeditor5.codeBlock:
  261. remote: https://github.com/ckeditor/ckeditor5
  262. version: "41.2.0"
  263. license:
  264. name: GNU-GPL-2.0-or-later
  265. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  266. gpl-compatible: true
  267. js:
  268. assets/vendor/ckeditor5/code-block/code-block.js: { minified: true }
  269. dependencies:
  270. - core/ckeditor5
  271. - core/ckeditor5.translations
  272. ckeditor5.showBlocks:
  273. remote: https://github.com/ckeditor/ckeditor5
  274. version: "41.2.0"
  275. license:
  276. name: GNU-GPL-2.0-or-later
  277. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v37.1.0/LICENSE.md
  278. gpl-compatible: true
  279. js:
  280. assets/vendor/ckeditor5/show-blocks/show-blocks.js: { minified: true }
  281. dependencies:
  282. - core/ckeditor5
  283. ckeditor5.style:
  284. remote: https://github.com/ckeditor/ckeditor5
  285. version: "41.2.0"
  286. license:
  287. name: GNU-GPL-2.0-or-later
  288. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  289. gpl-compatible: true
  290. js:
  291. assets/vendor/ckeditor5/style/style.js: { minified: true }
  292. dependencies:
  293. - core/ckeditor5
  294. - core/ckeditor5.translations
  295. ckeditor5.translations:
  296. # No sensible version can be specified, since the translations may change at
  297. # any time.
  298. js:
  299. # This file does not actually exist; it's a placeholder file that will be
  300. # overridden by ckeditor5_js_alter(), and is here because empty libraries
  301. # are not allowed.
  302. assets/vendor/ckeditor5/translation.js: {}
  303. ckeditor5.autoformat:
  304. remote: https://github.com/ckeditor/ckeditor5
  305. version: "41.2.0"
  306. license:
  307. name: GNU-GPL-2.0-or-later
  308. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.2.0/LICENSE.md
  309. gpl-compatible: true
  310. js:
  311. assets/vendor/ckeditor5/autoformat/autoformat.js: { minified: true }
  312. dependencies:
  313. - core/ckeditor5
  314. css.escape:
  315. version: VERSION
  316. drupalSettings: {}
  317. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  318. drupal:
  319. version: VERSION
  320. js:
  321. misc/drupal.js: { weight: -18 }
  322. misc/drupal.init.js: { weight: -17 }
  323. dependencies:
  324. - core/drupalSettings
  325. drupalSettings:
  326. suppressDeprecationErrors: true
  327. drupalSettings:
  328. version: VERSION
  329. js:
  330. # Need to specify a negative weight like drupal.js until
  331. # https://www.drupal.org/node/1945262 is resolved.
  332. misc/drupalSettingsLoader.js: { weight: -18 }
  333. drupalSettings:
  334. # These placeholder values will be set by system_js_settings_alter().
  335. path:
  336. baseUrl: null
  337. pathPrefix: null
  338. currentPath: null
  339. currentPathIsAdmin: null
  340. isFront: null
  341. currentLanguage: null
  342. pluralDelimiter: null
  343. drupal.active-link:
  344. version: VERSION
  345. js:
  346. misc/active-link.js: {}
  347. dependencies:
  348. - core/drupal
  349. - core/drupalSettings
  350. drupal.ajax:
  351. version: VERSION
  352. js:
  353. misc/ajax.js: {}
  354. drupalSettings:
  355. # These placeholder values will be set by system_js_settings_alter().
  356. ajaxPageState:
  357. libraries: null
  358. theme: null
  359. theme_token: null
  360. ajaxTrustedUrl: {}
  361. dependencies:
  362. - core/jquery
  363. - core/drupal
  364. - core/drupalSettings
  365. - core/drupal.progress
  366. - core/once
  367. - core/tabbable
  368. - core/loadjs
  369. - core/drupal.message
  370. drupal.announce:
  371. version: VERSION
  372. js:
  373. misc/announce.js: {}
  374. dependencies:
  375. - core/drupal
  376. - core/drupal.debounce
  377. loadjs:
  378. remote: https://github.com/muicss/loadjs
  379. version: "4.2.0"
  380. license:
  381. name: MIT
  382. url: https://raw.githubusercontent.com/muicss/loadjs/4.2.0/LICENSE.txt
  383. gpl-compatible: true
  384. js:
  385. assets/vendor/loadjs/loadjs.min.js: { minified: true }
  386. # Common files for libraries that still rely on jQuery UI components.
  387. # @todo Remove when no longer required by drupal.autocomplete and drupal.dialog.
  388. internal.jquery_ui:
  389. version: VERSION
  390. js:
  391. # All weights are based on the requirements defined within each file.
  392. assets/vendor/jquery.ui/ui/labels-min.js: { weight: -11.7, minified: true }
  393. assets/vendor/jquery.ui/ui/data-min.js: { weight: -11.8, minified: true }
  394. assets/vendor/jquery.ui/ui/disable-selection-min.js: { weight: -11.8, minified: true }
  395. assets/vendor/jquery.ui/ui/form-min.js: { weight: -11.8, minified: true }
  396. assets/vendor/jquery.ui/ui/jquery-patch-min.js: { weight: -11.8, minified: true }
  397. assets/vendor/jquery.ui/ui/scroll-parent-min.js: { weight: -11.8, minified: true }
  398. assets/vendor/jquery.ui/ui/unique-id-min.js: { weight: -11.8, minified: true }
  399. assets/vendor/jquery.ui/ui/focusable-min.js: { weight: -11.8, minified: true }
  400. assets/vendor/jquery.ui/ui/ie-min.js: { weight: -11.8, minified: true }
  401. assets/vendor/jquery.ui/ui/keycode-min.js: { weight: -11.8, minified: true }
  402. assets/vendor/jquery.ui/ui/plugin-min.js: { weight: -11.8, minified: true }
  403. assets/vendor/jquery.ui/ui/safe-active-element-min.js: { weight: -11.8, minified: true }
  404. assets/vendor/jquery.ui/ui/safe-blur-min.js: { weight: -11.8, minified: true }
  405. assets/vendor/jquery.ui/ui/widget-min.js: { weight: -11.8, minified: true }
  406. assets/vendor/jquery.ui/ui/version-min.js: { weight: -11.9, minified: true }
  407. css:
  408. component:
  409. assets/vendor/jquery.ui/themes/base/core.css: { weight: -11.8 }
  410. theme:
  411. assets/vendor/jquery.ui/themes/base/theme.css: { weight: -11.8 }
  412. dependencies:
  413. - core/jquery
  414. drupal.autocomplete:
  415. version: VERSION
  416. js:
  417. misc/autocomplete.js: { weight: -1 }
  418. # The remaining JavaScript assets previously came from core/jquery.ui, a
  419. # deprecated library.
  420. # All weights are based on the requirements defined within each file.
  421. # @todo replace with solution in https://drupal.org/node/3076171
  422. assets/vendor/jquery.ui/ui/widgets/autocomplete-min.js: { weight: -11.7, minified: true }
  423. assets/vendor/jquery.ui/ui/widgets/menu-min.js: { weight: -11.7, minified: true }
  424. # All CSS assets previously came from core/jquery.ui, a deprecated library.
  425. # @todo replace with solution found in https://drupal.org/node/3076171
  426. css:
  427. component:
  428. assets/vendor/jquery.ui/themes/base/autocomplete.css: { weight: -11.7 }
  429. assets/vendor/jquery.ui/themes/base/menu.css: { weight: -11.7 }
  430. dependencies:
  431. - core/jquery
  432. - core/internal.jquery_ui
  433. - core/drupal
  434. - core/drupalSettings
  435. - core/drupal.ajax
  436. - core/tabbable.jquery.shim
  437. - core/drupal.jquery.position
  438. drupal.array.find:
  439. version: VERSION
  440. drupalSettings: {}
  441. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  442. drupal.array.includes:
  443. version: VERSION
  444. drupalSettings: {}
  445. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  446. drupal.batch:
  447. version: VERSION
  448. js:
  449. misc/batch.js: { cache: false }
  450. dependencies:
  451. - core/jquery
  452. - core/drupal
  453. - core/drupalSettings
  454. - core/drupal.ajax
  455. - core/drupal.progress
  456. - core/once
  457. drupal.checkbox:
  458. version: VERSION
  459. js:
  460. misc/checkbox.js: {}
  461. dependencies:
  462. - core/drupal
  463. drupal.collapse:
  464. version: VERSION
  465. js:
  466. misc/details-summarized-content.js: {}
  467. misc/details-aria.js: {}
  468. misc/details.js: {}
  469. dependencies:
  470. - core/jquery
  471. - core/drupal
  472. - core/drupal.form
  473. - core/once
  474. drupal.customevent:
  475. version: VERSION
  476. drupalSettings: {}
  477. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  478. drupal.debounce:
  479. version: VERSION
  480. js:
  481. misc/debounce.js: {}
  482. dependencies:
  483. # @todo Remove Drupal dependency.
  484. - core/drupal
  485. drupal.dialog:
  486. version: VERSION
  487. js:
  488. misc/dialog/dialog.js: {}
  489. misc/dialog/dialog.position.js: {}
  490. misc/dialog/dialog.jquery-ui.js: {}
  491. # The remaining JavaScript assets previously came from core/jquery.ui, a
  492. # deprecated library.
  493. # All weights are based on the requirements defined within each file.
  494. # @todo replace with solution in https://drupal.org/node/2158943
  495. assets/vendor/jquery.ui/ui/widgets/dialog-min.js: { weight: -11.4, minified: true }
  496. assets/vendor/jquery.ui/ui/widgets/button-min.js: { weight: -11.5, minified: true }
  497. assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js: { weight: -11.6, minified: true }
  498. assets/vendor/jquery.ui/ui/widgets/draggable-min.js: { weight: -11.6, minified: true }
  499. assets/vendor/jquery.ui/ui/widgets/resizable-min.js: { weight: -11.6, minified: true }
  500. assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js: { weight: -11.7, minified: true }
  501. assets/vendor/jquery.ui/ui/form-reset-mixin-min.js: { weight: -11.7, minified: true }
  502. assets/vendor/jquery.ui/ui/widgets/mouse-min.js: { weight: -11.7, minified: true }
  503. assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js: { weight: -1, minified: true }
  504. # All CSS assets previously came from core/jquery.ui, a deprecated library.
  505. # @todo replace with solution found in https://drupal.org/node/2158943
  506. css:
  507. component:
  508. assets/vendor/jquery.ui/themes/base/dialog.css: { weight: -11.4 }
  509. assets/vendor/jquery.ui/themes/base/button.css: { weight: -11.5 }
  510. assets/vendor/jquery.ui/themes/base/checkboxradio.css: { weight: -11.6 }
  511. assets/vendor/jquery.ui/themes/base/resizable.css: { weight: -11.6 }
  512. assets/vendor/jquery.ui/themes/base/controlgroup.css: { weight: -11.7 }
  513. dependencies:
  514. - core/jquery
  515. - core/internal.jquery_ui
  516. - core/drupal
  517. - core/drupalSettings
  518. - core/drupal.debounce
  519. - core/drupal.displace
  520. - core/tabbable.jquery.shim
  521. - core/drupal.jquery.position
  522. drupal.dialog.ajax:
  523. version: VERSION
  524. js:
  525. misc/dialog/dialog.ajax.js: {}
  526. dependencies:
  527. - core/jquery
  528. - core/drupal
  529. - core/drupalSettings
  530. - core/drupal.ajax
  531. - core/drupal.dialog
  532. - core/tabbable
  533. drupal.displace:
  534. version: VERSION
  535. js:
  536. misc/displace.js: {}
  537. dependencies:
  538. - core/jquery
  539. - core/drupal
  540. - core/drupal.debounce
  541. drupal.dropbutton:
  542. version: VERSION
  543. js:
  544. misc/dropbutton/dropbutton.js: {}
  545. css:
  546. component:
  547. misc/dropbutton/dropbutton.css: {}
  548. dependencies:
  549. - core/jquery
  550. - core/drupal
  551. - core/drupalSettings
  552. - core/once
  553. drupal.element.closest:
  554. version: VERSION
  555. drupalSettings: {}
  556. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  557. drupal.element.matches:
  558. version: VERSION
  559. drupalSettings: {}
  560. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  561. drupal.entity-form:
  562. version: VERSION
  563. js:
  564. misc/entity-form.js: {}
  565. dependencies:
  566. - core/drupal.form
  567. drupal.form:
  568. version: VERSION
  569. js:
  570. misc/form.js: {}
  571. dependencies:
  572. - core/jquery
  573. - core/drupal
  574. - core/drupal.debounce
  575. - core/once
  576. drupal.machine-name:
  577. version: VERSION
  578. js:
  579. misc/machine-name.js: {}
  580. dependencies:
  581. - core/jquery
  582. - core/once
  583. - core/drupal
  584. - core/drupalSettings
  585. - core/drupal.form
  586. - core/transliteration
  587. drupal.message:
  588. version: VERSION
  589. js:
  590. misc/message.js: {}
  591. dependencies:
  592. - core/drupal
  593. - core/drupal.announce
  594. drupal.nodelist.foreach:
  595. version: VERSION
  596. drupalSettings: {}
  597. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  598. drupal.object.assign:
  599. version: VERSION
  600. drupalSettings: {}
  601. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  602. drupal.progress:
  603. version: VERSION
  604. js:
  605. misc/progress.js: {}
  606. dependencies:
  607. - core/drupal
  608. - core/jquery
  609. - core/drupalSettings
  610. drupal.states:
  611. version: VERSION
  612. js:
  613. misc/states.js: {}
  614. dependencies:
  615. - core/jquery
  616. - core/drupal
  617. - core/drupalSettings
  618. - core/once
  619. drupal.string.includes:
  620. version: VERSION
  621. drupalSettings: {}
  622. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  623. drupal.tabbingmanager:
  624. version: VERSION
  625. js:
  626. misc/tabbingmanager.js: {}
  627. dependencies:
  628. - core/jquery
  629. - core/drupal
  630. - core/tabbable
  631. drupal.tabledrag:
  632. version: VERSION
  633. js:
  634. misc/tabledrag.js: { weight: -1 }
  635. dependencies:
  636. - core/jquery
  637. - core/drupal
  638. - core/drupalSettings
  639. - core/once
  640. - core/drupal.touchevents-test
  641. drupal.tabledrag.ajax:
  642. version: VERSION
  643. js:
  644. misc/tabledrag-ajax.js: { }
  645. dependencies:
  646. - core/ajax
  647. - core/tabledrag
  648. drupal.tableheader:
  649. version: VERSION
  650. js:
  651. misc/tableheader.js: {}
  652. dependencies:
  653. - core/jquery
  654. - core/drupal
  655. - core/drupalSettings
  656. - core/once
  657. - core/drupal.displace
  658. drupal.tableresponsive:
  659. version: VERSION
  660. js:
  661. misc/tableresponsive.js: {}
  662. dependencies:
  663. - core/jquery
  664. - core/drupal
  665. - core/once
  666. drupal.tableselect:
  667. version: VERSION
  668. js:
  669. misc/tableselect.js: {}
  670. dependencies:
  671. - core/drupal
  672. - core/drupal.checkbox
  673. - core/jquery
  674. - core/once
  675. drupal.time-diff:
  676. version: VERSION
  677. js:
  678. misc/time-diff.js: {}
  679. dependencies:
  680. - core/drupal
  681. - core/once
  682. drupal.timezone:
  683. version: VERSION
  684. js:
  685. misc/timezone.js: {}
  686. dependencies:
  687. - core/jquery
  688. - core/once
  689. - core/drupal
  690. drupal.touchevents-test:
  691. header: true
  692. version: VERSION
  693. js:
  694. # Set weight to -21 so it loads alongside Modernizr, the library previously
  695. # responsible for this detection.
  696. misc/touchevents-test.js: { weight: -21 }
  697. drupal.vertical-tabs:
  698. version: VERSION
  699. js:
  700. # Load before core/drupal.collapse.
  701. misc/vertical-tabs.js: { weight: -1 }
  702. css:
  703. component:
  704. misc/vertical-tabs.css: {}
  705. dependencies:
  706. - core/jquery
  707. - core/once
  708. - core/drupal
  709. - core/drupalSettings
  710. - core/drupal.form
  711. es6-promise:
  712. version: VERSION
  713. drupalSettings: {}
  714. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  715. jquery:
  716. remote: https://github.com/jquery/jquery
  717. version: "3.7.1"
  718. license:
  719. name: MIT
  720. url: https://raw.githubusercontent.com/jquery/jquery/3.7.1/LICENSE.txt
  721. gpl-compatible: true
  722. js:
  723. assets/vendor/jquery/jquery.min.js: { minified: true, weight: -20 }
  724. internal.jquery.form:
  725. # Internal library. Do not depend on it outside core nor add new core usage.
  726. version: "4.3.0"
  727. license:
  728. name: GNU-GPL-2.0-or-later
  729. url: https://raw.githubusercontent.com/jquery-form/form/master/LICENSE
  730. gpl-compatible: true
  731. js:
  732. misc/jquery.form.js: {}
  733. dependencies:
  734. - core/jquery
  735. internal.shepherd:
  736. remote: https://github.com/shipshapecode/shepherd
  737. version: "10.0.1"
  738. license:
  739. name: MIT
  740. url: https://raw.githubusercontent.com/shipshapecode/shepherd/v10.0.1/LICENSE
  741. gpl-compatible: true
  742. js:
  743. assets/vendor/shepherd/shepherd.min.js: { minified: true }
  744. drupal.jquery.position:
  745. # This is a modified version of jQuery UI position for that does not require
  746. # any jQuery UI assets, only jQuery. It is provided by core for use with
  747. # pre-existing libraries that expect the jQuery UI position API.
  748. version: VERSION
  749. js:
  750. misc/position.js: {}
  751. dependencies:
  752. - core/jquery
  753. modernizr:
  754. # Block the page from being loaded until Modernizr is initialized.
  755. header: true
  756. remote: https://github.com/Modernizr/Modernizr
  757. license:
  758. name: MIT
  759. url: https://modernizr.com/license/
  760. gpl-compatible: true
  761. version: "3.11.7"
  762. js:
  763. assets/vendor/modernizr/modernizr.min.js: { preprocess: 0, weight: -21, minified: true }
  764. deprecated: The %library_id% asset library is deprecated in Drupal 10.1.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3333253
  765. normalize:
  766. remote: https://github.com/necolas/normalize.css
  767. version: "8.0.1"
  768. license:
  769. name: MIT
  770. url: https://raw.githubusercontent.com/necolas/normalize.css/8.0.1/LICENSE.md
  771. gpl-compatible: true
  772. css:
  773. base:
  774. assets/vendor/normalize-css/normalize.css: { weight: -20 }
  775. once:
  776. remote: https://git.drupalcode.org/project/once
  777. version: "1.0.1"
  778. license:
  779. name: GNU-GPL-2.0-or-later
  780. url: https://git.drupalcode.org/project/once/-/raw/v1.0.1/LICENSE.md
  781. gpl-compatible: true
  782. js:
  783. assets/vendor/once/once.min.js: { weight: -19, minified: true }
  784. picturefill:
  785. version: VERSION
  786. drupalSettings: {}
  787. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  788. sortable:
  789. remote: https://github.com/SortableJS/Sortable
  790. version: "1.15.1"
  791. license:
  792. name: MIT
  793. url: https://raw.githubusercontent.com/SortableJS/Sortable/1.15.1/LICENSE
  794. gpl-compatible: true
  795. js:
  796. assets/vendor/sortable/Sortable.min.js: { minified: true }
  797. tabbable:
  798. remote: https://github.com/focus-trap/tabbable
  799. version: "6.2.0"
  800. license:
  801. name: MIT
  802. url: https://raw.githubusercontent.com/focus-trap/tabbable/v6.2.0/LICENSE
  803. gpl-compatible: true
  804. js:
  805. assets/vendor/tabbable/index.umd.min.js: { weight: -1, minified: true }
  806. transliteration:
  807. remote: https://github.com/dzcpy/transliteration
  808. version: "2.3.5"
  809. license:
  810. name: MIT
  811. url: https://raw.githubusercontent.com/dzcpy/transliteration/1.6.5/LICENSE.txt
  812. gpl-compatible: true
  813. js:
  814. assets/vendor/transliteration/bundle.umd.min.js: { minified: true }
  815. tabbable.jquery.shim:
  816. version: VERSION
  817. js:
  818. misc/jquery.tabbable.shim.js: {}
  819. dependencies:
  820. - core/drupal
  821. - core/tabbable
  822. - core/jquery
  823. internal.underscore:
  824. # Internal library. Do not depend on it outside core nor add new core usage.
  825. # The library will be removed as soon as the following issues are fixed:
  826. # - https://www.drupal.org/project/drupal/issues/3270395
  827. # - https://www.drupal.org/project/drupal/issues/3203920
  828. # - https://www.drupal.org/project/drupal/issues/3204011
  829. # - https://www.drupal.org/project/drupal/issues/3204015
  830. remote: https://github.com/jashkenas/underscore
  831. version: "1.13.6"
  832. license:
  833. name: MIT
  834. url: https://raw.githubusercontent.com/jashkenas/underscore/1.13.6/LICENSE
  835. gpl-compatible: true
  836. js:
  837. assets/vendor/underscore/underscore-min.js: { weight: -20, minified: true }
  838. drupal.dialog.off_canvas:
  839. version: VERSION
  840. js:
  841. misc/dialog/off-canvas/js/off-canvas.js: {}
  842. css:
  843. base:
  844. misc/dialog/off-canvas/css/reset.css: {}
  845. misc/dialog/off-canvas/css/base.css: {}
  846. misc/dialog/off-canvas/css/utility.css: {}
  847. component:
  848. misc/dialog/off-canvas/css/button.css: {}
  849. misc/dialog/off-canvas/css/drupal.css: {}
  850. misc/dialog/off-canvas/css/form.css: {}
  851. misc/dialog/off-canvas/css/table.css: {}
  852. misc/dialog/off-canvas/css/details.css: {}
  853. misc/dialog/off-canvas/css/messages.css: {}
  854. misc/dialog/off-canvas/css/tabledrag.css: {}
  855. misc/dialog/off-canvas/css/throbber.css: {}
  856. misc/dialog/off-canvas/css/dropbutton.css: {}
  857. misc/dialog/off-canvas/css/titlebar.css: {}
  858. misc/dialog/off-canvas/css/wrapper.css: {}
  859. dependencies:
  860. - core/jquery
  861. - core/once
  862. - core/drupal
  863. - core/drupal.ajax
  864. - core/drupal.announce
  865. - core/drupal.dialog
  866. - core/drupal.dialog.ajax
  867. - core/drupal.touchevents-test
  868. js-cookie:
  869. remote: https://github.com/js-cookie/js-cookie
  870. version: "3.0.5"
  871. license:
  872. name: MIT
  873. url: https://raw.githubusercontent.com/js-cookie/js-cookie/v3.0.5/LICENSE
  874. gpl-compatible: true
  875. js:
  876. assets/vendor/js-cookie/js.cookie.min.js: {}
  877. deprecated: The %library_id% asset library is deprecated in Drupal 10.1.0 and will be removed in Drupal 11.0.0. There is no replacement. See https://www.drupal.org/node/3322720
  878. drupal.fieldListKeyboardNavigation:
  879. version: VERSION
  880. js:
  881. misc/field-list-keyboard-navigation.js: {}
  882. dependencies:
  883. - core/drupal
  884. - core/tabbable