core.libraries.yml

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

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