core.libraries.yml

Same filename in other branches
  1. 9 core/core.libraries.yml
  2. 8.9.x core/core.libraries.yml
  3. 11.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.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. - core/ckeditor5.translations
  284. ckeditor5.style:
  285. remote: https://github.com/ckeditor/ckeditor5
  286. version: "41.3.1"
  287. license:
  288. name: GPL-2.0-or-later
  289. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.3.1/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: "41.3.1"
  307. license:
  308. name: GPL-2.0-or-later
  309. url: https://raw.githubusercontent.com/ckeditor/ckeditor5/v41.3.1/LICENSE.md
  310. gpl-compatible: true
  311. js:
  312. assets/vendor/ckeditor5/autoformat/autoformat.js: { minified: true }
  313. dependencies:
  314. - core/ckeditor5
  315. css.escape:
  316. version: VERSION
  317. drupalSettings: {}
  318. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  319. drupal:
  320. version: VERSION
  321. js:
  322. misc/drupal.js: { weight: -18 }
  323. misc/drupal.init.js: { weight: -17 }
  324. dependencies:
  325. - core/drupalSettings
  326. drupalSettings:
  327. suppressDeprecationErrors: true
  328. drupalSettings:
  329. version: VERSION
  330. js:
  331. # Need to specify a negative weight like drupal.js until
  332. # https://www.drupal.org/node/1945262 is resolved.
  333. misc/drupalSettingsLoader.js: { weight: -18 }
  334. drupalSettings:
  335. # These placeholder values will be set by system_js_settings_alter().
  336. path:
  337. baseUrl: null
  338. pathPrefix: null
  339. currentPath: null
  340. currentPathIsAdmin: null
  341. isFront: null
  342. currentLanguage: null
  343. pluralDelimiter: null
  344. drupal.active-link:
  345. version: VERSION
  346. js:
  347. misc/active-link.js: {}
  348. dependencies:
  349. - core/drupal
  350. - core/drupalSettings
  351. drupal.ajax:
  352. version: VERSION
  353. js:
  354. misc/ajax.js: {}
  355. css:
  356. component:
  357. misc/components/ajax-progress.module.css: { weight: -10 }
  358. moved_files:
  359. system/base:
  360. deprecation_version: 10.3.0
  361. removed_version: 11.0.0
  362. deprecation_link: https://www.drupal.org/node/3432346
  363. css:
  364. component:
  365. css/components/ajax-progress.module.css:
  366. component: misc/components/ajax-progress.module.css
  367. drupalSettings:
  368. # These placeholder values will be set by system_js_settings_alter().
  369. ajaxPageState:
  370. libraries: null
  371. theme: null
  372. theme_token: null
  373. ajaxTrustedUrl: {}
  374. dependencies:
  375. - core/jquery
  376. - core/drupal
  377. - core/drupalSettings
  378. - core/drupal.progress
  379. - core/once
  380. - core/tabbable
  381. - core/loadjs
  382. - core/drupal.message
  383. drupal.announce:
  384. version: VERSION
  385. js:
  386. misc/announce.js: {}
  387. dependencies:
  388. - core/drupal
  389. - core/drupal.debounce
  390. loadjs:
  391. remote: https://github.com/muicss/loadjs
  392. version: "4.3.0"
  393. license:
  394. name: MIT
  395. url: https://raw.githubusercontent.com/muicss/loadjs/4.3.0/LICENSE.txt
  396. gpl-compatible: true
  397. js:
  398. assets/vendor/loadjs/loadjs.min.js: { minified: true }
  399. # Common files for libraries that still rely on jQuery UI components.
  400. # @todo Remove when no longer required by drupal.autocomplete and drupal.dialog.
  401. internal.jquery_ui:
  402. version: VERSION
  403. js:
  404. # All weights are based on the requirements defined within each file.
  405. assets/vendor/jquery.ui/ui/labels-min.js: { weight: -11.7, minified: true }
  406. assets/vendor/jquery.ui/ui/data-min.js: { weight: -11.8, minified: true }
  407. assets/vendor/jquery.ui/ui/disable-selection-min.js: { weight: -11.8, minified: true }
  408. assets/vendor/jquery.ui/ui/form-min.js: { weight: -11.8, minified: true }
  409. assets/vendor/jquery.ui/ui/jquery-patch-min.js: { weight: -11.8, minified: true }
  410. assets/vendor/jquery.ui/ui/scroll-parent-min.js: { weight: -11.8, minified: true }
  411. assets/vendor/jquery.ui/ui/unique-id-min.js: { weight: -11.8, minified: true }
  412. assets/vendor/jquery.ui/ui/focusable-min.js: { weight: -11.8, minified: true }
  413. assets/vendor/jquery.ui/ui/ie-min.js: { weight: -11.8, minified: true }
  414. assets/vendor/jquery.ui/ui/keycode-min.js: { weight: -11.8, minified: true }
  415. assets/vendor/jquery.ui/ui/plugin-min.js: { weight: -11.8, minified: true }
  416. assets/vendor/jquery.ui/ui/safe-active-element-min.js: { weight: -11.8, minified: true }
  417. assets/vendor/jquery.ui/ui/safe-blur-min.js: { weight: -11.8, minified: true }
  418. assets/vendor/jquery.ui/ui/widget-min.js: { weight: -11.8, minified: true }
  419. assets/vendor/jquery.ui/ui/version-min.js: { weight: -11.9, minified: true }
  420. css:
  421. component:
  422. assets/vendor/jquery.ui/themes/base/core.css: { weight: -11.8 }
  423. theme:
  424. assets/vendor/jquery.ui/themes/base/theme.css: { weight: -11.8 }
  425. dependencies:
  426. - core/jquery
  427. drupal.autocomplete:
  428. version: VERSION
  429. js:
  430. misc/autocomplete.js: { weight: -1 }
  431. # The remaining JavaScript assets previously came from core/jquery.ui, a
  432. # deprecated library.
  433. # All weights are based on the requirements defined within each file.
  434. # @todo replace with solution in https://drupal.org/node/3076171
  435. assets/vendor/jquery.ui/ui/widgets/autocomplete-min.js: { weight: -11.7, minified: true }
  436. assets/vendor/jquery.ui/ui/widgets/menu-min.js: { weight: -11.7, minified: true }
  437. # All CSS assets previously came from core/jquery.ui, a deprecated library.
  438. # @todo replace with solution found in https://drupal.org/node/3076171
  439. css:
  440. component:
  441. assets/vendor/jquery.ui/themes/base/autocomplete.css: { weight: -11.7 }
  442. assets/vendor/jquery.ui/themes/base/menu.css: { weight: -11.7 }
  443. misc/components/autocomplete-loading.module.css: { weight: -10 }
  444. moved_files:
  445. system/base:
  446. deprecation_version: 10.3.0
  447. removed_version: 11.0.0
  448. deprecation_link: https://www.drupal.org/node/3432346
  449. css:
  450. component:
  451. css/components/autocomplete-loading.module.css:
  452. component: misc/components/autocomplete-loading.module.css
  453. dependencies:
  454. - core/jquery
  455. - core/internal.jquery_ui
  456. - core/drupal
  457. - core/drupalSettings
  458. - core/drupal.ajax
  459. - core/tabbable.jquery.shim
  460. - core/drupal.jquery.position
  461. drupal.array.find:
  462. version: VERSION
  463. drupalSettings: {}
  464. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  465. drupal.array.includes:
  466. version: VERSION
  467. drupalSettings: {}
  468. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  469. drupal.batch:
  470. version: VERSION
  471. js:
  472. misc/batch.js: { cache: false }
  473. dependencies:
  474. - core/jquery
  475. - core/drupal
  476. - core/drupalSettings
  477. - core/drupal.ajax
  478. - core/drupal.progress
  479. - core/once
  480. drupal.checkbox:
  481. version: VERSION
  482. js:
  483. misc/checkbox.js: {}
  484. dependencies:
  485. - core/drupal
  486. drupal.collapse:
  487. version: VERSION
  488. js:
  489. misc/details-summarized-content.js: {}
  490. misc/details-aria.js: {}
  491. misc/details.js: {}
  492. dependencies:
  493. - core/jquery
  494. - core/drupal
  495. - core/drupal.form
  496. - core/once
  497. drupal.customevent:
  498. version: VERSION
  499. drupalSettings: {}
  500. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  501. drupal.debounce:
  502. version: VERSION
  503. js:
  504. misc/debounce.js: {}
  505. dependencies:
  506. # @todo Remove Drupal dependency.
  507. - core/drupal
  508. drupal.dialog:
  509. version: VERSION
  510. js:
  511. misc/dialog/dialog-deprecation.js: {}
  512. misc/dialog/dialog.js: {}
  513. misc/dialog/dialog.position.js: {}
  514. misc/dialog/dialog.jquery-ui.js: {}
  515. # The remaining JavaScript assets previously came from core/jquery.ui, a
  516. # deprecated library.
  517. # All weights are based on the requirements defined within each file.
  518. # @todo replace with solution in https://drupal.org/node/2158943
  519. assets/vendor/jquery.ui/ui/widgets/dialog-min.js: { weight: -11.4, minified: true }
  520. assets/vendor/jquery.ui/ui/widgets/button-min.js: { weight: -11.5, minified: true }
  521. assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js: { weight: -11.6, minified: true }
  522. assets/vendor/jquery.ui/ui/widgets/draggable-min.js: { weight: -11.6, minified: true }
  523. assets/vendor/jquery.ui/ui/widgets/resizable-min.js: { weight: -11.6, minified: true }
  524. assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js: { weight: -11.7, minified: true }
  525. assets/vendor/jquery.ui/ui/form-reset-mixin-min.js: { weight: -11.7, minified: true }
  526. assets/vendor/jquery.ui/ui/widgets/mouse-min.js: { weight: -11.7, minified: true }
  527. assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js: { weight: -1, minified: true }
  528. # All CSS assets previously came from core/jquery.ui, a deprecated library.
  529. # @todo replace with solution found in https://drupal.org/node/2158943
  530. css:
  531. component:
  532. assets/vendor/jquery.ui/themes/base/dialog.css: { weight: -11.4 }
  533. assets/vendor/jquery.ui/themes/base/button.css: { weight: -11.5 }
  534. assets/vendor/jquery.ui/themes/base/checkboxradio.css: { weight: -11.6 }
  535. assets/vendor/jquery.ui/themes/base/resizable.css: { weight: -11.6 }
  536. assets/vendor/jquery.ui/themes/base/controlgroup.css: { weight: -11.7 }
  537. dependencies:
  538. - core/jquery
  539. - core/internal.jquery_ui
  540. - core/drupal
  541. - core/drupalSettings
  542. - core/drupal.debounce
  543. - core/drupal.displace
  544. - core/tabbable.jquery.shim
  545. - core/once
  546. - core/drupal.jquery.position
  547. drupal.dialog.ajax:
  548. version: VERSION
  549. js:
  550. misc/dialog/dialog.ajax.js: {}
  551. dependencies:
  552. - core/jquery
  553. - core/drupal
  554. - core/drupalSettings
  555. - core/drupal.ajax
  556. - core/drupal.dialog
  557. - core/tabbable
  558. drupal.displace:
  559. version: VERSION
  560. js:
  561. misc/displace.js: {}
  562. dependencies:
  563. - core/jquery
  564. - core/drupal
  565. - core/drupal.debounce
  566. drupal.dropbutton:
  567. version: VERSION
  568. js:
  569. misc/dropbutton/dropbutton.js: {}
  570. css:
  571. component:
  572. misc/dropbutton/dropbutton.css: {}
  573. dependencies:
  574. - core/jquery
  575. - core/drupal
  576. - core/drupalSettings
  577. - core/once
  578. drupal.element.closest:
  579. version: VERSION
  580. drupalSettings: {}
  581. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  582. drupal.element.matches:
  583. version: VERSION
  584. drupalSettings: {}
  585. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  586. drupal.entity-form:
  587. version: VERSION
  588. js:
  589. misc/entity-form.js: {}
  590. dependencies:
  591. - core/drupal.form
  592. drupal.form:
  593. version: VERSION
  594. js:
  595. misc/form.js: {}
  596. dependencies:
  597. - core/jquery
  598. - core/drupal
  599. - core/drupal.debounce
  600. - core/once
  601. drupal.machine-name:
  602. version: VERSION
  603. js:
  604. misc/machine-name.js: {}
  605. dependencies:
  606. - core/jquery
  607. - core/once
  608. - core/drupal
  609. - core/drupalSettings
  610. - core/drupal.form
  611. - core/transliteration
  612. drupal.message:
  613. version: VERSION
  614. js:
  615. misc/message.js: {}
  616. dependencies:
  617. - core/drupal
  618. - core/drupal.announce
  619. drupal.nodelist.foreach:
  620. version: VERSION
  621. drupalSettings: {}
  622. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  623. drupal.object.assign:
  624. version: VERSION
  625. drupalSettings: {}
  626. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  627. drupal.progress:
  628. version: VERSION
  629. js:
  630. misc/progress.js: {}
  631. css:
  632. component:
  633. misc/components/progress.module.css: { weight: -10 }
  634. moved_files:
  635. system/base:
  636. deprecation_version: 10.3.0
  637. removed_version: 11.0.0
  638. deprecation_link: https://www.drupal.org/node/3432346
  639. css:
  640. component:
  641. css/components/progress.module.css:
  642. component: misc/components/progress.module.css
  643. dependencies:
  644. - core/drupal
  645. - core/jquery
  646. - core/drupalSettings
  647. drupal.states:
  648. version: VERSION
  649. js:
  650. misc/states.js: {}
  651. dependencies:
  652. - core/jquery
  653. - core/drupal
  654. - core/drupalSettings
  655. - core/once
  656. drupal.string.includes:
  657. version: VERSION
  658. drupalSettings: {}
  659. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  660. drupal.tabbingmanager:
  661. version: VERSION
  662. js:
  663. misc/tabbingmanager.js: {}
  664. dependencies:
  665. - core/jquery
  666. - core/drupal
  667. - core/tabbable
  668. drupal.tabledrag:
  669. version: VERSION
  670. js:
  671. misc/tabledrag.js: { weight: -1 }
  672. css:
  673. component:
  674. misc/components/tabledrag.module.css: { weight: -10 }
  675. misc/components/tree-child.module.css: { weight: -10 }
  676. moved_files:
  677. system/base:
  678. deprecation_version: 10.3.0
  679. removed_version: 11.0.0
  680. deprecation_link: https://www.drupal.org/node/3432346
  681. css:
  682. component:
  683. css/components/tabledrag.module.css:
  684. component: misc/components/tabledrag.module.css
  685. css/components/tree-child.module.css:
  686. component: misc/components/tree-child.module.css
  687. dependencies:
  688. - core/jquery
  689. - core/drupal
  690. - core/drupalSettings
  691. - core/once
  692. - core/drupal.touchevents-test
  693. drupal.tabledrag.ajax:
  694. version: VERSION
  695. js:
  696. misc/tabledrag-ajax.js: { }
  697. dependencies:
  698. - core/ajax
  699. - core/tabledrag
  700. drupal.tableheader:
  701. version: VERSION
  702. css:
  703. component:
  704. misc/components/sticky-header.module.css: { weight: -10 }
  705. moved_files:
  706. system/base:
  707. deprecation_version: 10.3.0
  708. removed_version: 11.0.0
  709. deprecation_link: https://www.drupal.org/node/3440477
  710. css:
  711. component:
  712. css/components/sticky-header.module.css:
  713. component: misc/components/sticky-header.module.css
  714. js:
  715. misc/tableheader.js: false
  716. drupal.tableresponsive:
  717. version: VERSION
  718. js:
  719. misc/tableresponsive.js: {}
  720. dependencies:
  721. - core/jquery
  722. - core/drupal
  723. - core/once
  724. drupal.tableselect:
  725. version: VERSION
  726. js:
  727. misc/tableselect.js: {}
  728. dependencies:
  729. - core/drupal
  730. - core/drupal.checkbox
  731. - core/jquery
  732. - core/once
  733. drupal.time-diff:
  734. version: VERSION
  735. js:
  736. misc/time-diff.js: {}
  737. dependencies:
  738. - core/drupal
  739. - core/once
  740. drupal.timezone:
  741. version: VERSION
  742. js:
  743. misc/timezone.js: {}
  744. dependencies:
  745. - core/jquery
  746. - core/once
  747. - core/drupal
  748. drupal.touchevents-test:
  749. header: true
  750. version: VERSION
  751. js:
  752. # Set weight to -21 so it loads alongside Modernizr, the library previously
  753. # responsible for this detection.
  754. misc/touchevents-test.js: { weight: -21 }
  755. drupal.vertical-tabs:
  756. version: VERSION
  757. js:
  758. # Load before core/drupal.collapse.
  759. misc/vertical-tabs.js: { weight: -1 }
  760. css:
  761. component:
  762. misc/vertical-tabs.css: {}
  763. dependencies:
  764. - core/jquery
  765. - core/once
  766. - core/drupal
  767. - core/drupalSettings
  768. - core/drupal.form
  769. es6-promise:
  770. version: VERSION
  771. drupalSettings: {}
  772. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  773. internal.floating-ui:
  774. remote: https://github.com/floating-ui/floating-ui
  775. version: "1.1.1"
  776. license:
  777. name: MIT
  778. url: https://github.com/floating-ui/floating-ui/blob/master/LICENSE
  779. gpl-compatible: true
  780. js:
  781. assets/vendor/floating-ui/floating-ui.core.umd.min.js: { minified: true }
  782. assets/vendor/floating-ui/floating-ui.dom.umd.min.js: { minified: true }
  783. jquery:
  784. remote: https://github.com/jquery/jquery
  785. version: "3.7.1"
  786. license:
  787. name: MIT
  788. url: https://raw.githubusercontent.com/jquery/jquery/3.7.1/LICENSE.txt
  789. gpl-compatible: true
  790. js:
  791. assets/vendor/jquery/jquery.min.js: { minified: true, weight: -20 }
  792. internal.jquery.form:
  793. # Internal library. Do not depend on it outside core nor add new core usage.
  794. version: "4.3.0"
  795. license:
  796. name: GPL-2.0-or-later
  797. url: https://raw.githubusercontent.com/jquery-form/form/master/LICENSE
  798. gpl-compatible: true
  799. js:
  800. misc/jquery.form.js: {}
  801. dependencies:
  802. - core/jquery
  803. internal.shepherd:
  804. remote: https://github.com/shipshapecode/shepherd
  805. version: "10.0.1"
  806. license:
  807. name: MIT
  808. url: https://raw.githubusercontent.com/shipshapecode/shepherd/v10.0.1/LICENSE
  809. gpl-compatible: true
  810. js:
  811. assets/vendor/shepherd/shepherd.min.js: { minified: true }
  812. deprecated: The %library_id% asset library is deprecated in Drupal 10.3.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3442299
  813. drupal.jquery.position:
  814. # This is a modified version of jQuery UI position for that does not require
  815. # any jQuery UI assets, only jQuery. It is provided by core for use with
  816. # pre-existing libraries that expect the jQuery UI position API.
  817. version: VERSION
  818. js:
  819. misc/position.js: {}
  820. dependencies:
  821. - core/jquery
  822. modernizr:
  823. # Block the page from being loaded until Modernizr is initialized.
  824. header: true
  825. remote: https://github.com/Modernizr/Modernizr
  826. license:
  827. name: MIT
  828. url: https://modernizr.com/license/
  829. gpl-compatible: true
  830. version: "3.11.7"
  831. js:
  832. assets/vendor/modernizr/modernizr.min.js: { preprocess: 0, weight: -21, minified: true }
  833. deprecated: The %library_id% asset library is deprecated in Drupal 10.1.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3333253
  834. normalize:
  835. remote: https://github.com/necolas/normalize.css
  836. version: "8.0.1"
  837. license:
  838. name: MIT
  839. url: https://raw.githubusercontent.com/necolas/normalize.css/8.0.1/LICENSE.md
  840. gpl-compatible: true
  841. css:
  842. base:
  843. assets/vendor/normalize-css/normalize.css: { weight: -20 }
  844. once:
  845. remote: https://git.drupalcode.org/project/once
  846. version: "1.0.1"
  847. license:
  848. name: GPL-2.0-or-later
  849. url: https://git.drupalcode.org/project/once/-/raw/v1.0.1/LICENSE.md
  850. gpl-compatible: true
  851. js:
  852. assets/vendor/once/once.min.js: { weight: -19, minified: true }
  853. picturefill:
  854. version: VERSION
  855. drupalSettings: {}
  856. deprecated: The %library_id% asset library is deprecated in Drupal 10.0.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3280410
  857. sortable:
  858. remote: https://github.com/SortableJS/Sortable
  859. version: "1.15.2"
  860. license:
  861. name: MIT
  862. url: https://raw.githubusercontent.com/SortableJS/Sortable/1.15.2/LICENSE
  863. gpl-compatible: true
  864. js:
  865. assets/vendor/sortable/Sortable.min.js: { minified: true }
  866. tabbable:
  867. remote: https://github.com/focus-trap/tabbable
  868. version: "6.2.0"
  869. license:
  870. name: MIT
  871. url: https://raw.githubusercontent.com/focus-trap/tabbable/v6.2.0/LICENSE
  872. gpl-compatible: true
  873. js:
  874. assets/vendor/tabbable/index.umd.min.js: { weight: -1, minified: true }
  875. transliteration:
  876. remote: https://github.com/dzcpy/transliteration
  877. version: "2.3.5"
  878. license:
  879. name: MIT
  880. url: https://raw.githubusercontent.com/dzcpy/transliteration/1.6.5/LICENSE.txt
  881. gpl-compatible: true
  882. js:
  883. assets/vendor/transliteration/bundle.umd.min.js: { minified: true }
  884. tabbable.jquery.shim:
  885. version: VERSION
  886. js:
  887. misc/jquery.tabbable.shim.js: {}
  888. dependencies:
  889. - core/drupal
  890. - core/tabbable
  891. - core/jquery
  892. deprecated: The %library_id% asset library is deprecated in Drupal 10.3.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3441616
  893. internal.underscore:
  894. # Internal library. Do not depend on it outside core nor add new core usage.
  895. # The library will be removed as soon as the following issues are fixed:
  896. # - https://www.drupal.org/project/drupal/issues/3270395
  897. # - https://www.drupal.org/project/drupal/issues/3203920
  898. # - https://www.drupal.org/project/drupal/issues/3204011
  899. # - https://www.drupal.org/project/drupal/issues/3204015
  900. remote: https://github.com/jashkenas/underscore
  901. version: "1.13.6"
  902. license:
  903. name: MIT
  904. url: https://raw.githubusercontent.com/jashkenas/underscore/1.13.6/LICENSE
  905. gpl-compatible: true
  906. js:
  907. assets/vendor/underscore/underscore-min.js: { weight: -20, minified: true }
  908. drupal.dialog.off_canvas:
  909. version: VERSION
  910. js:
  911. misc/dialog/off-canvas/js/off-canvas.js: {}
  912. css:
  913. base:
  914. misc/dialog/off-canvas/css/reset.css: {}
  915. misc/dialog/off-canvas/css/base.css: {}
  916. misc/dialog/off-canvas/css/utility.css: {}
  917. component:
  918. misc/dialog/off-canvas/css/button.css: {}
  919. misc/dialog/off-canvas/css/drupal.css: {}
  920. misc/dialog/off-canvas/css/form.css: {}
  921. misc/dialog/off-canvas/css/table.css: {}
  922. misc/dialog/off-canvas/css/details.css: {}
  923. misc/dialog/off-canvas/css/messages.css: {}
  924. misc/dialog/off-canvas/css/tabledrag.css: {}
  925. misc/dialog/off-canvas/css/throbber.css: {}
  926. misc/dialog/off-canvas/css/dropbutton.css: {}
  927. misc/dialog/off-canvas/css/titlebar.css: {}
  928. misc/dialog/off-canvas/css/wrapper.css: {}
  929. dependencies:
  930. - core/jquery
  931. - core/once
  932. - core/drupal
  933. - core/drupal.ajax
  934. - core/drupal.announce
  935. - core/drupal.dialog
  936. - core/drupal.dialog.ajax
  937. - core/drupal.touchevents-test
  938. js-cookie:
  939. remote: https://github.com/js-cookie/js-cookie
  940. version: "3.0.5"
  941. license:
  942. name: MIT
  943. url: https://raw.githubusercontent.com/js-cookie/js-cookie/v3.0.5/LICENSE
  944. gpl-compatible: true
  945. js:
  946. assets/vendor/js-cookie/js.cookie.min.js: {}
  947. 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
  948. drupal.fieldListKeyboardNavigation:
  949. version: VERSION
  950. js:
  951. misc/field-list-keyboard-navigation.js: {}
  952. dependencies:
  953. - core/drupal
  954. - core/tabbable

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