core.libraries.yml

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

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