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

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