core.libraries.yml

Same filename and directory in other branches
  1. 10 core/core.libraries.yml
  2. 9 core/core.libraries.yml
  3. 8.9.x core/core.libraries.yml
  4. main 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.6.1"
  10. license:
  11. name: MIT
  12. url: https://raw.githubusercontent.com/jashkenas/backbone/1.6.1/LICENSE
  13. gpl-compatible: true
  14. js:
  15. assets/vendor/backbone/backbone-min.js: { minified: true, preprocess: false }
  16. dependencies:
  17. - core/internal.underscore
  18. ckeditor5:
  19. remote: https://github.com/ckeditor/ckeditor5
  20. version: "47.6.2"
  21. license:
  22. name: GPL-2.0-or-later
  23. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  37. license:
  38. name: GPL-2.0-or-later
  39. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  48. license:
  49. name: GPL-2.0-or-later
  50. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  60. license:
  61. name: GPL-2.0-or-later
  62. url: https://github.com/ckeditor/ckeditor5/blob/v47.6.2/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: "47.6.2"
  72. license:
  73. name: GPL-2.0-or-later
  74. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  84. license:
  85. name: GPL-2.0-or-later
  86. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  96. license:
  97. name: GPL-2.0-or-later
  98. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  108. license:
  109. name: GPL-2.0-or-later
  110. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  120. license:
  121. name: GPL-2.0-or-later
  122. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  132. license:
  133. name: GPL-2.0-or-later
  134. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  144. license:
  145. name: GPL-2.0-or-later
  146. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  156. license:
  157. name: GPL-2.0-or-later
  158. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  168. license:
  169. name: GPL-2.0-or-later
  170. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  180. license:
  181. name: GPL-2.0-or-later
  182. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  192. license:
  193. name: GPL-2.0-or-later
  194. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  204. license:
  205. name: GPL-2.0-or-later
  206. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  215. license:
  216. name: GPL-2.0-or-later
  217. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  227. license:
  228. name: GPL-2.0-or-later
  229. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  239. license:
  240. name: GPL-2.0-or-later
  241. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  251. license:
  252. name: GPL-2.0-or-later
  253. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  263. license:
  264. name: GPL-2.0-or-later
  265. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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: "47.6.2"
  275. license:
  276. name: GPL-2.0-or-later
  277. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/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. - core/ckeditor5.translations
  284. ckeditor5.style:
  285. remote: https://github.com/ckeditor/ckeditor5
  286. version: "47.6.2"
  287. license:
  288. name: GPL-2.0-or-later
  289. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/LICENSE.md
  290. gpl-compatible: true
  291. js:
  292. assets/vendor/ckeditor5/style/style.js: { minified: true }
  293. dependencies:
  294. - core/ckeditor5
  295. - core/ckeditor5.translations
  296. ckeditor5.translations:
  297. # No sensible version can be specified, since the translations may change at
  298. # any time.
  299. js:
  300. # This file does not actually exist; it's a placeholder file that will be
  301. # overridden by ckeditor5_js_alter(), and is here because empty libraries
  302. # are not allowed.
  303. assets/vendor/ckeditor5/translation.js: {}
  304. ckeditor5.autoformat:
  305. remote: https://github.com/ckeditor/ckeditor5
  306. version: "47.6.2"
  307. license:
  308. name: GPL-2.0-or-later
  309. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/LICENSE.md
  310. gpl-compatible: true
  311. js:
  312. assets/vendor/ckeditor5/autoformat/autoformat.js: { minified: true }
  313. dependencies:
  314. - core/ckeditor5
  315. ckeditor5.fullscreen:
  316. remote: https://github.com/ckeditor/ckeditor5
  317. version: "47.6.2"
  318. license:
  319. name: GPL-2.0-or-later
  320. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v47.6.2/LICENSE.md
  321. gpl-compatible: true
  322. js:
  323. assets/vendor/ckeditor5/fullscreen/fullscreen.js: { minified: true }
  324. dependencies:
  325. - core/ckeditor5
  326. drupal:
  327. aggregate_target:
  328. js: 'drupal'
  329. version: VERSION
  330. js:
  331. misc/drupal.js: {}
  332. misc/drupal.init.js: {}
  333. dependencies:
  334. - core/drupalSettings
  335. drupalSettings:
  336. suppressDeprecationErrors: true
  337. drupalSettings:
  338. aggregate_target:
  339. js: 'drupal'
  340. version: VERSION
  341. js:
  342. misc/drupalSettingsLoader.js: {}
  343. drupalSettings:
  344. # These placeholder values will be set by system_js_settings_alter().
  345. path:
  346. baseUrl: null
  347. pathPrefix: null
  348. currentPath: null
  349. currentPathIsAdmin: null
  350. isFront: null
  351. currentLanguage: null
  352. pluralDelimiter: null
  353. drupal.active-link:
  354. version: VERSION
  355. js:
  356. misc/active-link.js: {}
  357. dependencies:
  358. - core/drupal
  359. - core/drupalSettings
  360. drupal.ajax:
  361. version: VERSION
  362. js:
  363. misc/ajax.js: {}
  364. css:
  365. component:
  366. misc/components/ajax-progress.module.css: {}
  367. drupalSettings:
  368. # These placeholder values will be set by system_js_settings_alter().
  369. ajaxPageState:
  370. libraries: null
  371. theme: null
  372. theme_token: null
  373. ajaxTrustedUrl: {}
  374. dependencies:
  375. - core/jquery
  376. - core/drupal
  377. - core/drupalSettings
  378. - core/drupal.progress
  379. - core/once
  380. - core/tabbable
  381. - core/loadjs
  382. - core/drupal.message
  383. drupal.announce:
  384. version: VERSION
  385. js:
  386. misc/announce.js: {}
  387. dependencies:
  388. - core/drupal
  389. - core/drupal.debounce
  390. loadjs:
  391. aggregate_target:
  392. js: 'htmx'
  393. remote: https://github.com/muicss/loadjs
  394. version: "4.3.0"
  395. license:
  396. name: MIT
  397. url: https://raw.githubusercontent.com/muicss/loadjs/4.3.0/LICENSE.txt
  398. gpl-compatible: true
  399. js:
  400. assets/vendor/loadjs/loadjs.min.js: { minified: true }
  401. # Common files for libraries that still rely on jQuery UI components.
  402. # @todo Remove when no longer required by drupal.autocomplete and drupal.dialog.
  403. internal.jquery_ui:
  404. version: VERSION
  405. js:
  406. # These JavaScript assets previously came from core/jquery.ui, a deprecated
  407. # library.
  408. # @todo replace with solution in https://drupal.org/node/3076171
  409. assets/vendor/jquery.ui/ui/version-min.js: { minified: true }
  410. assets/vendor/jquery.ui/ui/data-min.js: { minified: true }
  411. assets/vendor/jquery.ui/ui/disable-selection-min.js: { minified: true }
  412. assets/vendor/jquery.ui/ui/focusable-min.js: { minified: true }
  413. assets/vendor/jquery.ui/ui/jquery-patch-min.js: { minified: true }
  414. assets/vendor/jquery.ui/ui/keycode-min.js: { minified: true }
  415. assets/vendor/jquery.ui/ui/plugin-min.js: { minified: true }
  416. assets/vendor/jquery.ui/ui/scroll-parent-min.js: { minified: true }
  417. assets/vendor/jquery.ui/ui/widget-min.js: { minified: true }
  418. assets/vendor/jquery.ui/ui/unique-id-min.js: { minified: true }
  419. assets/vendor/jquery.ui/ui/labels-min.js: { minified: true }
  420. css:
  421. component:
  422. assets/vendor/jquery.ui/themes/base/core.css: {}
  423. theme:
  424. assets/vendor/jquery.ui/themes/base/theme.css: {}
  425. dependencies:
  426. - core/jquery
  427. drupal.autocomplete:
  428. version: VERSION
  429. js:
  430. # The remaining JavaScript assets previously came from core/jquery.ui, a
  431. # deprecated library.
  432. # @todo replace with solution in https://drupal.org/node/3076171
  433. assets/vendor/jquery.ui/ui/widgets/menu-min.js: { minified: true }
  434. assets/vendor/jquery.ui/ui/widgets/autocomplete-min.js: { minified: true }
  435. misc/autocomplete.js: {}
  436. # All CSS assets previously came from core/jquery.ui, a deprecated library.
  437. # @todo replace with solution found in https://drupal.org/node/3076171
  438. css:
  439. component:
  440. assets/vendor/jquery.ui/themes/base/menu.css: {}
  441. assets/vendor/jquery.ui/themes/base/autocomplete.css: {}
  442. misc/components/autocomplete-loading.module.css: {}
  443. dependencies:
  444. - core/jquery
  445. - core/internal.jquery_ui
  446. - core/drupal
  447. - core/drupalSettings
  448. - core/drupal.ajax
  449. - core/drupal.jquery.position
  450. - core/tabbable
  451. drupal.batch:
  452. version: VERSION
  453. js:
  454. misc/batch.js: { cache: false }
  455. dependencies:
  456. - core/jquery
  457. - core/drupal
  458. - core/drupalSettings
  459. - core/drupal.ajax
  460. - core/drupal.progress
  461. - core/once
  462. drupal.checkbox:
  463. version: VERSION
  464. js:
  465. misc/checkbox.js: {}
  466. dependencies:
  467. - core/drupal
  468. drupal.collapse:
  469. version: VERSION
  470. js:
  471. misc/details-summarized-content.js: {}
  472. misc/details-aria.js: {}
  473. misc/details.js: {}
  474. dependencies:
  475. - core/jquery
  476. - core/drupal
  477. - core/drupal.form
  478. - core/once
  479. drupal.debounce:
  480. version: VERSION
  481. js:
  482. misc/debounce.js: {}
  483. dependencies:
  484. # @todo Remove Drupal dependency.
  485. - core/drupal
  486. drupal.dialog:
  487. version: VERSION
  488. js:
  489. misc/dialog/dialog-deprecation.js: {}
  490. # The remaining JavaScript assets previously came from core/jquery.ui, a
  491. # deprecated library.
  492. assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js: { minified: true }
  493. assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js: { minified: true }
  494. assets/vendor/jquery.ui/ui/form-reset-mixin-min.js: { minified: true }
  495. assets/vendor/jquery.ui/ui/widgets/mouse-min.js: { minified: true }
  496. assets/vendor/jquery.ui/ui/widgets/draggable-min.js: { minified: true }
  497. assets/vendor/jquery.ui/ui/widgets/resizable-min.js: { minified: true }
  498. assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js: { minified: true }
  499. assets/vendor/jquery.ui/ui/widgets/button-min.js: { minified: true }
  500. assets/vendor/jquery.ui/ui/widgets/dialog-min.js: { minified: true }
  501. misc/dialog/dialog.js: {}
  502. misc/dialog/dialog.position.js: {}
  503. misc/dialog/dialog.jquery-ui.js: {}
  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: {}
  509. assets/vendor/jquery.ui/themes/base/button.css: {}
  510. assets/vendor/jquery.ui/themes/base/controlgroup.css: {}
  511. assets/vendor/jquery.ui/themes/base/checkboxradio.css: {}
  512. assets/vendor/jquery.ui/themes/base/resizable.css: {}
  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/once
  521. - core/drupal.jquery.position
  522. - core/tabbable
  523. drupal.dialog.ajax:
  524. version: VERSION
  525. js:
  526. misc/dialog/dialog.ajax.js: {}
  527. dependencies:
  528. - core/jquery
  529. - core/drupal
  530. - core/drupalSettings
  531. - core/drupal.ajax
  532. - core/drupal.dialog
  533. - core/tabbable
  534. drupal.displace:
  535. version: VERSION
  536. js:
  537. misc/displace.js: {}
  538. dependencies:
  539. - core/jquery
  540. - core/drupal
  541. - core/drupal.debounce
  542. drupal.dropbutton:
  543. version: VERSION
  544. js:
  545. misc/dropbutton/dropbutton.js: {}
  546. css:
  547. component:
  548. misc/dropbutton/dropbutton.css: {}
  549. dependencies:
  550. - core/jquery
  551. - core/drupal
  552. - core/drupalSettings
  553. - core/once
  554. drupal.entity-form:
  555. version: VERSION
  556. js:
  557. misc/entity-form.js: {}
  558. dependencies:
  559. - core/drupal.form
  560. drupal.fieldgroup:
  561. version: VERSION
  562. css:
  563. component:
  564. misc/components/fieldgroup.module.css: {}
  565. moved_files:
  566. system/base:
  567. deprecation_version: 11.2.0
  568. removed_version: 12.0.0
  569. deprecation_link: https://www.drupal.org/node/3432346
  570. css:
  571. component:
  572. css/components/fieldgroup.module.css:
  573. base: core/misc/components/fieldgroup.module.css
  574. drupal.form:
  575. version: VERSION
  576. js:
  577. misc/form.js: {}
  578. dependencies:
  579. - core/jquery
  580. - core/drupal
  581. - core/drupal.debounce
  582. - core/once
  583. drupal.htmx:
  584. aggregate_target:
  585. js: 'htmx'
  586. version: VERSION
  587. js:
  588. misc/htmx/htmx-utils.js: {}
  589. misc/htmx/htmx-assets.js: {}
  590. misc/htmx/htmx-behaviors.js: {}
  591. dependencies:
  592. - core/htmx
  593. - core/drupal
  594. - core/drupalSettings
  595. - core/loadjs
  596. drupalSettings:
  597. # These placeholder values will be set by system_js_settings_alter().
  598. ajaxPageState:
  599. libraries: null
  600. theme: null
  601. theme_token: null
  602. ajaxTrustedUrl: {}
  603. drupal.item-list:
  604. version: VERSION
  605. css:
  606. component:
  607. misc/components/item-list.module.css: {}
  608. moved_files:
  609. system/base:
  610. deprecation_version: 11.3.0
  611. removed_version: 12.0.0
  612. deprecation_link: https://www.drupal.org/node/3530832
  613. css:
  614. component:
  615. css/components/item-list.module.css:
  616. base: misc/components/item-list.module.css
  617. drupal.machine-name:
  618. version: VERSION
  619. js:
  620. misc/machine-name.js: {}
  621. dependencies:
  622. - core/jquery
  623. - core/once
  624. - core/drupal
  625. - core/drupalSettings
  626. - core/drupal.form
  627. - core/transliteration
  628. drupal.message:
  629. version: VERSION
  630. js:
  631. misc/message.js: {}
  632. dependencies:
  633. - core/drupal
  634. - core/drupal.announce
  635. drupal.progress:
  636. version: VERSION
  637. js:
  638. misc/progress.js: {}
  639. css:
  640. component:
  641. misc/components/progress.module.css: {}
  642. dependencies:
  643. - core/drupal
  644. - core/jquery
  645. - core/drupalSettings
  646. drupal.textarea-resize:
  647. version: VERSION
  648. css:
  649. component:
  650. misc/components/resize.module.css: {}
  651. moved_files:
  652. system/base:
  653. deprecation_version: 11.2.0
  654. removed_version: 12.0.0
  655. deprecation_link: https://www.drupal.org/node/3432346
  656. css:
  657. component:
  658. css/components/resize.module.css:
  659. component: misc/components/resize.module.css
  660. drupal.reset-appearance:
  661. version: VERSION
  662. css:
  663. component:
  664. misc/components/reset-appearance.module.css: {}
  665. moved_files:
  666. system/base:
  667. deprecation_version: 11.3.0
  668. removed_version: 12.0.0
  669. deprecation_link: https://www.drupal.org/node/3432346
  670. css:
  671. component:
  672. css/components/reset-appearance.module.css:
  673. component: misc/components/reset-appearance.module.css
  674. drupal.states:
  675. version: VERSION
  676. js:
  677. misc/states.js: {}
  678. dependencies:
  679. - core/jquery
  680. - core/drupal
  681. - core/drupalSettings
  682. - core/once
  683. drupal.tabbingmanager:
  684. version: VERSION
  685. js:
  686. misc/tabbingmanager.js: {}
  687. dependencies:
  688. - core/jquery
  689. - core/drupal
  690. - core/tabbable
  691. drupal.tabledrag:
  692. version: VERSION
  693. js:
  694. misc/tabledrag.js: {}
  695. css:
  696. component:
  697. misc/components/tabledrag.module.css: {}
  698. misc/components/tree-child.module.css: {}
  699. dependencies:
  700. - core/jquery
  701. - core/drupal
  702. - core/drupalSettings
  703. - core/once
  704. - core/drupal.touchevents-test
  705. drupal.tabledrag.ajax:
  706. version: VERSION
  707. js:
  708. misc/tabledrag-ajax.js: { }
  709. dependencies:
  710. - core/drupal.ajax
  711. - core/drupal.tabledrag
  712. drupal.tableheader:
  713. version: VERSION
  714. css:
  715. component:
  716. misc/components/sticky-header.module.css: {}
  717. drupal.tableresponsive:
  718. version: VERSION
  719. js:
  720. misc/tableresponsive.js: {}
  721. dependencies:
  722. - core/jquery
  723. - core/drupal
  724. - core/once
  725. drupal.tableselect:
  726. version: VERSION
  727. js:
  728. misc/tableselect.js: {}
  729. dependencies:
  730. - core/drupal
  731. - core/drupal.checkbox
  732. - core/jquery
  733. - core/once
  734. drupal.tablesort:
  735. version: VERSION
  736. css:
  737. component:
  738. misc/components/tablesort.module.css: {}
  739. moved_files:
  740. system/base:
  741. deprecation_version: 11.2.0
  742. removed_version: 12.0.0
  743. deprecation_link: https://www.drupal.org/node/3432346
  744. css:
  745. component:
  746. css/components/tablesort.module.css:
  747. base: misc/components/tablesort.module.css
  748. drupal.time-diff:
  749. version: VERSION
  750. js:
  751. misc/time-diff.js: {}
  752. dependencies:
  753. - core/drupal
  754. - core/once
  755. drupal.timezone:
  756. version: VERSION
  757. js:
  758. misc/timezone.js: {}
  759. dependencies:
  760. - core/jquery
  761. - core/once
  762. - core/drupal
  763. drupal.touchevents-test:
  764. header: true
  765. version: VERSION
  766. js:
  767. misc/touchevents-test.js: {}
  768. drupal.vertical-tabs:
  769. version: VERSION
  770. js:
  771. misc/vertical-tabs.js: {}
  772. css:
  773. component:
  774. misc/vertical-tabs.css: {}
  775. dependencies:
  776. - core/jquery
  777. - core/once
  778. - core/drupal
  779. - core/drupalSettings
  780. - core/drupal.form
  781. before:
  782. - core/drupal.collapse
  783. htmx:
  784. remote: https://github.com/bigskysoftware/htmx
  785. version: "2.0.4"
  786. license:
  787. name: Zero-Clause BSD
  788. url: https://raw.githubusercontent.com/bigskysoftware/htmx/refs/tags/v2.0.4/LICENSE
  789. gpl-compatible: true
  790. js:
  791. assets/vendor/htmx/htmx.min.js: { minified: true, preprocess: false }
  792. internal.floating-ui:
  793. aggregate_target:
  794. js: true
  795. remote: https://github.com/floating-ui/floating-ui
  796. version: "1.7.6"
  797. license:
  798. name: MIT
  799. url: https://github.com/floating-ui/floating-ui/blob/@floating-ui/dom@1.7.6/LICENSE
  800. gpl-compatible: true
  801. js:
  802. assets/vendor/floating-ui/floating-ui.core.umd.min.js: { minified: true }
  803. assets/vendor/floating-ui/floating-ui.dom.umd.min.js: { minified: true }
  804. jquery:
  805. remote: https://github.com/jquery/jquery
  806. version: "4.0.0"
  807. license:
  808. name: MIT
  809. url: https://raw.githubusercontent.com/jquery/jquery/4.0.0/LICENSE.txt
  810. gpl-compatible: true
  811. js:
  812. # jquery.min.js is explicitly set to preprocess: false to prevent its
  813. # inclusion in JavaScript aggregates. This prevents it being duplicated
  814. # across different aggregates which can include different combinations of
  815. # libraries that depend on jQuery, so that it is only downloaded once per
  816. # browser instead of potentially multiple times from different pages.
  817. assets/vendor/jquery/jquery.min.js: { preprocess: false, minified: true }
  818. internal.jquery.form:
  819. # Internal library. Do not depend on it outside core nor add new core usage.
  820. version: "4.3.0"
  821. license:
  822. name: GPL-2.0-or-later
  823. url: https://raw.githubusercontent.com/jquery-form/form/master/LICENSE
  824. gpl-compatible: true
  825. js:
  826. misc/jquery.form.js: {}
  827. dependencies:
  828. - core/jquery
  829. drupal.jquery.position:
  830. # This is a modified version of jQuery UI position for that does not require
  831. # any jQuery UI assets, only jQuery. It is provided by core for use with
  832. # pre-existing libraries that expect the jQuery UI position API.
  833. version: VERSION
  834. js:
  835. misc/position.js: {}
  836. dependencies:
  837. - core/jquery
  838. normalize:
  839. remote: https://github.com/necolas/normalize.css
  840. version: "8.0.1"
  841. license:
  842. name: MIT
  843. url: https://raw.githubusercontent.com/necolas/normalize.css/8.0.1/LICENSE.md
  844. gpl-compatible: true
  845. css:
  846. base:
  847. assets/vendor/normalize-css/normalize.css: {}
  848. once:
  849. remote: https://git.drupalcode.org/project/once
  850. version: "1.0.1"
  851. license:
  852. name: GPL-2.0-or-later
  853. url: https://git.drupalcode.org/project/once/-/raw/v1.0.1/LICENSE.md
  854. gpl-compatible: true
  855. js:
  856. assets/vendor/once/once.min.js: { minified: true, preprocess: false }
  857. sortable:
  858. remote: https://github.com/SortableJS/Sortable
  859. version: "1.15.6"
  860. license:
  861. name: MIT
  862. url: https://raw.githubusercontent.com/SortableJS/Sortable/1.15.6/LICENSE
  863. gpl-compatible: true
  864. js:
  865. assets/vendor/sortable/Sortable.min.js: { minified: true, preprocess: false }
  866. tabbable:
  867. remote: https://github.com/focus-trap/tabbable
  868. version: "6.3.0"
  869. license:
  870. name: MIT
  871. url: https://raw.githubusercontent.com/focus-trap/tabbable/v6.3.0/LICENSE
  872. gpl-compatible: true
  873. js:
  874. assets/vendor/tabbable/index.umd.min.js: { minified: true, preprocess: false }
  875. transliteration:
  876. remote: https://github.com/dzcpy/transliteration
  877. version: "2.3.5"
  878. license:
  879. name: MIT
  880. url: https://raw.githubusercontent.com/dzcpy/transliteration/1.6.5/LICENSE.txt
  881. gpl-compatible: true
  882. js:
  883. assets/vendor/transliteration/bundle.umd.min.js: { minified: true, preprocess: false }
  884. internal.underscore:
  885. # Internal library. Do not depend on it outside core nor add new core usage.
  886. # The library will be removed as soon as the following issues are fixed:
  887. # - https://www.drupal.org/project/drupal/issues/3270395
  888. # - https://www.drupal.org/project/drupal/issues/3203920
  889. # - https://www.drupal.org/project/drupal/issues/3204011
  890. # - https://www.drupal.org/project/drupal/issues/3204015
  891. remote: https://github.com/jashkenas/underscore
  892. version: "1.13.8"
  893. license:
  894. name: MIT
  895. url: https://raw.githubusercontent.com/jashkenas/underscore/1.13.8/LICENSE
  896. gpl-compatible: true
  897. js:
  898. assets/vendor/underscore/underscore-min.js: { minified: true, preprocess: false }
  899. drupal.dialog.off_canvas:
  900. version: VERSION
  901. js:
  902. misc/dialog/off-canvas/js/off-canvas.js: {}
  903. css:
  904. base:
  905. misc/dialog/off-canvas/css/reset.css: {}
  906. misc/dialog/off-canvas/css/base.css: {}
  907. misc/dialog/off-canvas/css/utility.css: {}
  908. component:
  909. misc/dialog/off-canvas/css/button.css: {}
  910. misc/dialog/off-canvas/css/drupal.css: {}
  911. misc/dialog/off-canvas/css/form.css: {}
  912. misc/dialog/off-canvas/css/table.css: {}
  913. misc/dialog/off-canvas/css/details.css: {}
  914. misc/dialog/off-canvas/css/messages.css: {}
  915. misc/dialog/off-canvas/css/tabledrag.css: {}
  916. misc/dialog/off-canvas/css/throbber.css: {}
  917. misc/dialog/off-canvas/css/dropbutton.css: {}
  918. misc/dialog/off-canvas/css/titlebar.css: {}
  919. misc/dialog/off-canvas/css/wrapper.css: {}
  920. dependencies:
  921. - core/jquery
  922. - core/once
  923. - core/drupal
  924. - core/drupal.ajax
  925. - core/drupal.announce
  926. - core/drupal.dialog
  927. - core/drupal.dialog.ajax
  928. - core/drupal.touchevents-test
  929. js-cookie:
  930. remote: https://github.com/js-cookie/js-cookie
  931. version: "3.0.5"
  932. license:
  933. name: MIT
  934. url: https://raw.githubusercontent.com/js-cookie/js-cookie/v3.0.5/LICENSE
  935. gpl-compatible: true
  936. js:
  937. assets/vendor/js-cookie/js.cookie.min.js: {}
  938. 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
  939. drupal.fieldListKeyboardNavigation:
  940. version: VERSION
  941. js:
  942. misc/field-list-keyboard-navigation.js: {}
  943. dependencies:
  944. - core/drupal
  945. - core/tabbable

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.